Go to file
bouyer 99d6009c2a Make the ATA mid-layer appears as atabus, as proposed in
http://mail-index.netbsd.org/tech-kern/2003/09/25/0006.html
This adds a device (atabus) between IDE controllers and wd or atapibus, to
have each ATA channel show up in the device tree. Later there will be atabus
devices in /dev, so that we can do IOCTL on them.
Each atabus has its own kernel thread, to handle operations that needs polling,
e.g. reset and others.

Device probing on each bus it defered to the atabus thread creation.
This allows to do the reset and basic device probes in parallel, which reduce
boot time on systems with several pciide controllers.
2003-10-08 10:58:12 +00:00
bin Fix rmdir -p x/y/z// 2003-09-29 21:11:15 +00:00
contrib/sys Initial import of ath(4) from FreeBSD. 2003-10-07 06:04:00 +00:00
crypto realloc error check failure; Greg Troxel, sync w/kame 2003-10-03 21:53:32 +00:00
dist Cope with the possibility of NetBSD ZZZZZX "the Christos way". 2003-10-03 22:26:58 +00:00
distrib Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
doc Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
etc add manual section 8 directory entries for evbsh5 2003-10-04 13:40:32 +00:00
games remove unnecessary / 2003-09-30 09:23:19 +00:00
gnu Turn on HAVE_GAS_HIDDEN. 2003-10-07 02:19:18 +00:00
include Add _PATH_CONSTTY as "/dev/constty" 2003-10-03 13:17:12 +00:00
lib Siginfo libc changes for alpha. Approved by thorpej@netbsd.org. 2003-10-07 17:08:07 +00:00
libexec Update to new reality. XXX _rtld_bind still needs to be written. 2003-10-06 16:08:35 +00:00
regress Add a MAP_WIRED flag to mmap(2), which causes the new mapping to be 2003-10-07 00:17:09 +00:00
rescue Remove file "rescue.unstripped" in "cleandir" target. 2003-07-14 09:00:33 +00:00
sbin Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
share Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
sys Make the ATA mid-layer appears as atabus, as proposed in 2003-10-08 10:58:12 +00:00
tools Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
usr.bin Remove space that broke page. From Nicolas Joly in PR 23082. 2003-10-08 07:43:55 +00:00
usr.sbin Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
x11 -DHAVE_ARC4RANDOM for auth.c 2003-10-03 00:13:39 +00:00
build.sh Revert part of previous commit and do NOT explicitly set BSDSRCDIR in the 2003-09-24 00:24:53 +00:00
BUILDING regenerate for "%" prompt update 2003-09-29 07:58:01 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00