ragge
|
db7db1456e
|
Remove home-grown interrupt vector handler.
Bus_space'ify; needed to get RH11 working. Still much more to do, though.
|
2000-06-04 18:04:38 +00:00 |
matt
|
27a876b17c
|
boot detection moved autoconf.c; remove it from here.
|
2000-05-23 21:36:43 +00:00 |
ragge
|
8e114c7994
|
Nuke unused variable.
|
2000-02-12 16:09:33 +00:00 |
thorpej
|
fe551f0e64
|
Fix a bug in disksort_*() which caused non-optimal ordering when multiple
active partitions were on a single spindle. Add a b_rawblkno member to
struct buf which contains the non-partition-relative block number to sort
by.
|
2000-02-07 20:16:47 +00:00 |
thorpej
|
dc59bc1db3
|
Update for sys/buf.h/disksort_*() changes.
|
2000-01-21 23:39:55 +00:00 |
ragge
|
6535fd2313
|
Erroneous checking of return value from bounds_check_with_label().
Massbus disks should work now.
|
1999-08-14 11:33:09 +00:00 |
ragge
|
eda1eecede
|
Remove __BROKEN_INDIRECT_CONFIG and change all drivers to use
config_search instead.
|
1998-01-24 14:16:11 +00:00 |
thorpej
|
f32f947061
|
Update for changes to config.
|
1998-01-12 20:52:29 +00:00 |
jtk
|
9388f271a9
|
use locator defines in "locators.h" to index cf_loc[]
|
1997-07-17 02:12:50 +00:00 |
thorpej
|
cf016f61f4
|
foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.
|
1997-06-24 00:56:28 +00:00 |
ragge
|
668632a4df
|
Change the way boot device is figured out; now only using DEC numbers
and done when the device get attached.
|
1997-03-15 16:32:16 +00:00 |
thorpej
|
003dad8fdd
|
Pass a struct device ** down to the functions that find the boot device.
|
1997-01-31 02:12:31 +00:00 |
christos
|
e37692f04d
|
backout previous kprintf change
|
1996-10-13 03:29:05 +00:00 |
christos
|
eb314d8358
|
printf -> kprintf, sprintf -> ksprintf
|
1996-10-11 01:50:21 +00:00 |
ragge
|
a5b04afcd8
|
Automatic changing of root device after boot now works.
|
1996-07-11 19:33:50 +00:00 |
ragge
|
7cbd855ad6
|
Fixed all (proto)type errors. Fixes PR 2377.
|
1996-05-19 16:43:02 +00:00 |
ragge
|
a24af7a7c2
|
Added prototypes to everything. Made all files compile with -Wall.
|
1996-04-08 18:32:26 +00:00 |
ragge
|
6275c70064
|
Convert all devices according to the changes to config.
|
1996-03-17 22:56:15 +00:00 |
ragge
|
1376f92db9
|
Add routine to convert phys device number to kernel unit number.
Allow to set disklabel area writable.
|
1996-02-24 21:22:54 +00:00 |
ragge
|
2aa22f8fbf
|
Allow rewriting of disk label after newfs.
|
1996-02-23 17:29:01 +00:00 |
ragge
|
435182d4bb
|
Device drivers for massbus adapters and massbus disks.
Works with RP04/05/06/07 disks.
|
1996-02-11 13:19:33 +00:00 |
mycroft
|
0103e26fd8
|
Fix #includes.
|
1996-02-02 18:59:16 +00:00 |
mycroft
|
9d9a70a5a2
|
Fix #includes.
|
1996-02-02 18:05:36 +00:00 |
ragge
|
65c1cb9958
|
Beginning ov Massbuss support.
|
1995-02-13 00:43:59 +00:00 |