NetBSD/sys
chuck 851669ceab cleaned up bootpath code:
- v2 openprom disk boot generates "/sbus/esp/sd@3,0" which we translated
	into "/sbus@0,0/esp@0,0/sd@3,0"... this caused esp.c to reject
	the bootpath because it was looking for sbus slot/offset 0,0.
	changed the code to generate "/sbus0/esp0/sd@3,0" to fix this
	panic.
 - when generating fake boot paths, generate them with unit numbers
	rather than slot/offsets (thus, /obio@0,0 becomes /obio0, as
	does vmel and vmes).
 - fixed up comments to reflect these changes
tested new code on: 4/280 (diskless), 4/360 (diskless), 4/360 ("xd" disk),
	4/370 (scsi disk), ss1 w/v1 openprom (diskless),
	ss1 w/v1 openprom (scsi disk), ss2 w/v2 openprom (diskless),
	ss2 w/v2 openprom (scsi disk).
1995-09-12 22:03:02 +00:00
..
adosfs make nfsable from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-08-18 15:14:33 +00:00
arch cleaned up bootpath code: 1995-09-12 22:03:02 +00:00
compat Fix PR #1445 (incorrect ifdef/else/endif), from Bill Sommerfeld via 1995-09-08 07:57:15 +00:00
conf Some changes from Matt Thomas, to help support FDDI: 1995-08-19 00:49:15 +00:00
ddb Avoid printing values as "end+0x...." 1995-05-24 20:21:00 +00:00
dev Initialization and keymapping code for DEC LK-201 and successor keyboards, 1995-09-11 21:23:07 +00:00
isofs/cd9660 avoid unnecessary aging of buffers. This used to make sense, when buffer 1995-07-24 21:19:27 +00:00
kern Distribute cache entries more evenly 1995-09-08 14:15:07 +00:00
lib Changes from Gordon Ross: 1995-09-11 21:11:36 +00:00
miscfs Lock the process in core before operating on it. 1995-08-13 09:05:51 +00:00
msdosfs Don't allow setattr on msdos directories (fixes pr kern/1436) 1995-09-09 19:38:00 +00:00
net Garbage collect useless `off' and `len' variables. 1995-08-19 16:33:17 +00:00
netccitt so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
netinet so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
netiso so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
netns so_pcb should be a void *. 1995-08-17 02:57:20 +00:00
nfs No point in computing cn_hash here, 1995-09-08 13:52:23 +00:00
scsi Set the scsi link before calling config_attach(), so target/lun info is 1995-08-21 09:30:09 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys Put SIOCGETVIFCNT and SIOCGETSGCNT in group `u'. This is consistent with 1995-08-23 00:40:47 +00:00
ufs Do any pending I/O before trying to unmount, per John Kohl. 1995-09-01 19:39:18 +00:00
vm Add PHOLD() and PRELE() macros, used to hold a process in core and release it. 1995-08-13 09:04:43 +00:00
Makefile take three 1994-06-29 06:19:16 +00:00