| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the mfs stuff now that mfs_init() does the MFS_ROOT initialisation. | jb | 1999-05-24 | 1 | -18/+1 |
* | * Factor out the common code between the isa bus drivers for i386 and alpha. | dfr | 1999-05-22 | 1 | -421/+73 |
* | Add support for multiple PCI "hoses" used on various alpha platforms. | gallatin | 1999-05-20 | 11 | -62/+104 |
* | Nearly forgot, remove pci_cfgopen() - it's unused on the alpha and is no | peter | 1999-05-18 | 1 | -7/+1 |
* | Add support for clock calibration. | dfr | 1999-05-18 | 1 | -1/+2 |
* | Calibrate the processor cycle counter instead of believing what the | dfr | 1999-05-18 | 3 | -6/+71 |
* | Another minor fix from i386 to remember when the port is set to -1. | dfr | 1999-05-18 | 1 | -2/+2 |
* | Update isa_print_child to match i386. | dfr | 1999-05-18 | 1 | -10/+10 |
* | Make sure sysctls use udev_t, not dev_t. | dfr | 1999-05-15 | 1 | -2/+5 |
* | Make sure sysctls use udev_t, not dev_t. | dfr | 1999-05-15 | 1 | -4/+4 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -139/+63 |
* | The previous log message should have read: | dfr | 1999-05-14 | 1 | -1/+1 |
* | Make sure to pass a dev_t to dkunit. | dfr | 1999-05-14 | 2 | -5/+7 |
* | Include <sys/systm.h> earlier as required by include changes. | msmith | 1999-05-14 | 1 | -2/+2 |
* | Oops, back out previous, it is not quite ready for commit and has nothing | dt | 1999-05-11 | 1 | -9/+2 |
* | Initialize bootifo.envp, so that the kernel environment can be used. | dt | 1999-05-11 | 3 | -6/+16 |
* | Move the mfs_getimage() prototype to mfs_extern.h duplicating it | peter | 1999-05-10 | 1 | -9/+5 |
* | Serves me right for doing this by inspection and then a build afterwards | peter | 1999-05-10 | 2 | -3/+4 |
* | Don't do a nested extern for mfs_getimage() | peter | 1999-05-10 | 1 | -2/+5 |
* | Explicit brace to avoid nested else warnings | peter | 1999-05-10 | 1 | -2/+3 |
* | Explicit braces to avoid nested else warnings | peter | 1999-05-10 | 1 | -2/+3 |
* | Add some explicit parens to avoid && within || warnings | peter | 1999-05-10 | 1 | -5/+5 |
* | Fix warnings (unused vars) | peter | 1999-05-10 | 1 | -4/+1 |
* | Fix warnings (unused vars, long != int in printf) | peter | 1999-05-10 | 1 | -8/+5 |
* | Fix warnings (I hope) | peter | 1999-05-10 | 1 | -8/+6 |
* | Give 'i' a type (int). | peter | 1999-05-10 | 1 | -2/+2 |
* | Unused variable | peter | 1999-05-10 | 1 | -3/+1 |
* | Adjust console stuff now that makedev is no longer a macro. | dfr | 1999-05-10 | 2 | -3/+5 |
* | Remove obsolete 'config kernel' line. | dfr | 1999-05-10 | 2 | -6/+2 |
* | Make corresponding changes to match config update | peter | 1999-05-10 | 1 | -20/+24 |
* | Apparently we need to define rootdev and dumpdev here now. This is | peter | 1999-05-10 | 1 | -1/+3 |
* | s/main/mi_startup/ | peter | 1999-05-09 | 1 | -3/+3 |
* | Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between | phk | 1999-05-09 | 1 | -2/+2 |
* | Remove DDB. | dfr | 1999-05-09 | 2 | -8/+2 |
* | Don't confuse dev_t and major numbers in DEV_MODULE() | phk | 1999-05-09 | 1 | -2/+2 |
* | Reserve a major number for the frame buffer device. | yokota | 1999-05-09 | 1 | -1/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 23 | -57/+40 |
* | I'm sick of the automatic rename of /kernel to /kernel.old while doing | peter | 1999-05-08 | 1 | -1/+5 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 2 | -11/+11 |
* | Propagate i386 change to alpha (bdevsw[] -> bdevsw()). | mjacob | 1999-05-07 | 1 | -4/+4 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 2 | -5/+5 |
* | Changes to support diskless booting on the alpha: | dfr | 1999-05-03 | 1 | -1/+20 |
* | Declare the return address for __divX, __remX so that gdb can step over | dfr | 1999-05-02 | 1 | -1/+1 |
* | - Handle mixer read ioctls correctly. They have the same group, number and | luoqi | 1999-04-29 | 1 | -2/+29 |
* | pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. If | dt | 1999-04-28 | 1 | -2/+2 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 2 | -6/+7 |
* | Change suser_xxx() to suser() where it applies. | phk | 1999-04-27 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 5 | -10/+10 |
* | Register the netisr's via SYSINIT rather than linker sets. | peter | 1999-04-26 | 1 | -16/+6 |
* | Added used include. | dt | 1999-04-25 | 1 | -1/+2 |