Go to file
nathanw 718551d644 Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?".
This prevents attaching multiple [E]ISA buses, which we don't support
(Is there any such thing to support? I'm skeptical) and avoids the
"panic: isaattach: ISA bus already seen" that occurs on some laptops
with docking stations and EISA boxes. Since there is only one [E]ISA bus,
logically, the ISA device probe will still find devices on the
docking station.

This does not address the problem of inserting or removing the docking station
at runtime.

Relevant PRs: kern/6544, port-i386/10392, kern/11627, kern/13557,
install/13865.
2001-09-14 21:44:21 +00:00
bin ANSIfication and KNF improvements by Petri Koistinen in bin/13689, 2001-09-14 14:03:59 +00:00
crypto For consistency, make permit_root_login default to PERMIT_NO if not specified 2001-09-03 04:23:10 +00:00
dist Xref ipf(8) instead of non-existing ipf(1). 2001-09-09 17:22:59 +00:00
distrib Add pcictl(8). 2001-09-14 07:05:51 +00:00
etc Add PCI bus devices. 2001-09-14 21:15:03 +00:00
games More quote cleanup. Remove a fortune that also is in -o. 2001-09-01 22:30:54 +00:00
gnu pull patch from openbsd Errata 033: 2001-09-12 07:51:03 +00:00
include Add two arguments to pw_mkdb(), a la OpenBSD. This is to allow us to pass 2001-08-18 19:31:47 +00:00
lib Build libpci. 2001-09-13 23:49:19 +00:00
libexec Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot() 2001-09-10 06:09:41 +00:00
regress Add des_enc.c to create destest since des_ecb.c needs functions 2001-09-09 15:55:29 +00:00
sbin Prominently provide explanation of who is allowed to mount file 2001-09-12 21:48:08 +00:00
share regen (pci) 2001-09-14 21:42:54 +00:00
sys Change all instances of "[e]isa* at foo?" to "[e]isa0 at foo?". 2001-09-14 21:44:21 +00:00
tools Do a cleandir also before building when a timestamp demands it (not just on 2001-08-14 13:55:57 +00:00
usr.bin Use fork() instead of vfork(). The child calls execvp(), which calls 2001-09-14 08:19:25 +00:00
usr.sbin Fix missing : in a getopt() string. 2001-09-14 17:28:36 +00:00
Makefile Make sure DESTDIR is always set when calling the distrib-dirs target. 2001-08-17 15:05:50 +00:00
Makefile.inc
UPDATING it seems that TOODIR change is yet to be reach the tree. i guess i leave 2001-08-22 03:15:48 +00:00