cvs commit: src/sys/dev/le if_le_cbus.c if_le_isa.c
if_le_lebuffer.c if_le_pci.c lebuffer_sbus.c
Marius Strobl
marius at FreeBSD.org
Wed Sep 24 21:26:51 UTC 2008
marius 2008-09-24 21:26:46 UTC
FreeBSD src repository
Modified files:
sys/dev/le if_le_cbus.c if_le_isa.c if_le_lebuffer.c
if_le_pci.c lebuffer_sbus.c
Log:
SVN rev 183337 on 2008-09-24 21:26:46Z by marius
- Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etc
and take advantage of rman_get_rid(9) in order to save some softc
members.
- Provide and consume module dependency information for lebuffer(4).
Revision Changes Path
1.6 +38 -46 src/sys/dev/le/if_le_cbus.c
1.5 +35 -39 src/sys/dev/le/if_le_isa.c
1.3 +38 -54 src/sys/dev/le/if_le_lebuffer.c
1.8 +27 -34 src/sys/dev/le/if_le_pci.c
1.2 +2 -0 src/sys/dev/le/lebuffer_sbus.c
More information about the cvs-src
mailing list