summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge from sys/i386/isa/clock.c revision 1.145.kato1999-09-043-0/+30
* Merge from sys/i386/conf/files.i386 revision 1.264.kato1999-09-042-0/+2
* #ifdef out the definition for the small packet RX ring. I ended up onlywpaul1999-09-032-0/+18
* Finish making LINT compile. Disable references to pnp in files thatpeter1999-09-034-4/+9
* Remove vestiges of old pnp code.dfr1999-09-031-8/+0
* Remove the last vestiges of the old pnp code in favour of the new one.dfr1999-09-032-212/+2
* Slight reorganisation of the Alpha/SRM loader build:msmith1999-09-0313-476/+26
* Fix a warning for the !DEVFS case.peter1999-09-031-2/+4
* if_ed doesn't use the wrappers anymore.peter1999-09-031-5/+0
* Commit a checkpoint of an updated if_ed driver. This is pretty muchpeter1999-09-034-868/+1024
* Allow getblk() to be called from an idle context (by panic() insideluoqi1999-09-031-4/+10
* Cosmetic tweak. Collect the fdc methods together and apart from the fdpeter1999-09-032-88/+106
* Use micro "disk" layer in ata-diskphk1999-09-034-143/+45
* Set si_bsize_phys to 2048 for cdrom.phk1999-09-031-0/+1
* Print out the device name when there is an uninitialised IO size or IO errorjulian1999-09-032-4/+6
* Add a catchall to set default blocksize values for disk like devices.julian1999-09-032-10/+26
* Install linux.sh in /usr/sbin and not in /usr/bin.marcel1999-09-031-1/+1
* I missed the namechange of field desc in struct i386_ldt_args into descs whilemarcel1999-09-032-4/+4
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-0317-122/+95
* remove some out-of-scope DEVFS references..julian1999-09-033-8/+1
* Handle for passthru resource release correctly.luoqi1999-09-032-10/+8
* This adds support for the Buslogic/Bustek/Storage Dimensionsmdodd1999-09-032-0/+325
* This is the rest of the MCA support; new_bus code to be exact.mdodd1999-09-034-0/+932
* SYSINIT() needs sys/kernel.h. Include it.mdodd1999-09-032-4/+6
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-0319-8/+564
* Remove accidental cut&paste garbage in a comment.julian1999-09-031-4/+1
* Reverse MFC of revision 1.5.2.7:grog1999-09-031-2/+0
* Comment the boot manager. So I don't have to work it all out again :-)julian1999-09-031-12/+159
* Implementation of the modify_ldt syscall. Use the sysarch() interface to domarcel1999-09-024-2/+168
* Some reorganization of sysarch() interface:luoqi1999-09-026-67/+55
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replacekato1999-09-024-12/+18
* The ed_probe_Novell should not clear id_maddr when it fails to probe.kato1999-09-022-4/+12
* Sync with sys/i386/i386/userconfig.c revision 1.156.kato1999-09-021-1/+4
* Sync with sys/i386/conf/files.i386 revision 1.263.kato1999-09-022-14/+0
* Sync with sys/i386/conf/GENERIC revision up to 1.186.kato1999-09-022-2/+2
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
* Do not call the VESA BIOS if the current video mode is not one ofyokota1999-09-021-0/+6
* Silence warnings about the use of vnode sanse declaration.marcel1999-09-021-0/+1
* Missed this use of the old pnp includes. I don't think this is meant topeter1999-09-021-1/+2
* Update for new pnp includespeter1999-09-022-8/+6
* So that there is no confusion, zap these now. pnpinfo(8) should compilepeter1999-09-022-964/+0
* s/LOGIGAL/LOGICAL/peter1999-09-022-2/+2
* Stub out the old pnp code till these are converted so GENERIC builds again.peter1999-09-024-4/+8
* Typo: 'x' should be 'y' (only affects debugging output)n_hibma1999-09-011-1/+1
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-012-0/+180
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-0120-201/+1597
* Re-arrange things in the attach routines of the 3Com and RealTek PHYwpaul1999-09-012-13/+13
* quoted string change: the si driver also covers the Specialix "SX"nsayer1999-09-011-1/+1
* Make prototype match function.sef1999-09-011-1/+1
* Fix the sense of the vn_isdisk() check.phk1999-09-012-2/+2
OpenPOWER on IntegriCloud