This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
isa
History
Nicolas Souchu
1afd1f9956
Fix the PR. Getting a dma channel equal to 0 remains a problem though.
...
PR: i386/22568
2000-12-19 21:28:17 +00:00
..
ic
…
atkbd_isa.c
…
atkbdc_isa.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
atrtc.c
…
fd.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
fdc.h
…
fdreg.h
…
isa_common.c
It's possible for an ISA bus to be hung off an EISA bridge, so we need to
2000-12-12 23:33:29 +00:00
isa_common.h
…
isa_if.m
…
isahint.c
…
isareg.h
…
isavar.h
…
joy.c
…
pnp.c
…
pnpparse.c
Convert more malloc+bzero to malloc+M_ZERO.
2000-12-08 21:51:06 +00:00
pnpreg.h
…
pnpvar.h
…
ppc.c
Fix the PR. Getting a dma channel equal to 0 remains a problem though.
2000-12-19 21:28:17 +00:00
ppcreg.h
…
psm.c
…
rtc.h
…
sio.c
Convert the sio driver to use a spin mutex instead of a s_lock. This is
2000-12-18 23:56:16 +00:00
sioreg.h
…
syscons_isa.c
…
vga_isa.c
…