summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Replace most magic numbers related to token ring with #defineslile2000-03-193-96/+127
* Enable the K6-2 MTRR driver again, since there are reports of it workinggreen2000-03-191-1/+1
* Set the bits in the mask from the left to the right, not backwards.green2000-03-191-1/+1
* Merged from sys/isa/fd.c.kato2000-03-192-488/+490
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* Define PC98 when MACHINE == pc98, because msdos_vfsops.c containskato2000-03-192-0/+8
* Make SPLASSERT sysctl and boot time tunable with kern.splassertmode.ps2000-03-192-2/+70
* Merged from sys/i386/i386/userconfig.c rev 1.178.kato2000-03-191-105/+99
* Added COMPAT_OLDPCI and COMPAT_OLDISA options.kato2000-03-192-0/+4
* Add the COMPAT_OLDPCI option for the alpha so GENERIC compiles.peter2000-03-192-0/+2
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'peter2000-03-195-0/+10
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-1912-8/+53
* Completely decouple userconfig from 'struct isa_device' and friends.peter2000-03-191-105/+99
* Remove the old a.out-only boot loader, we don't use it any more.peter2000-03-1984-16133/+1
* Add conditional splassert.ps2000-03-191-1/+6
* Add device isic to the ASUSCOM_IPAC entry.asmodai2000-03-193-15/+18
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as torwatson2000-03-192-0/+4
* The advent of if_detach, allowing interface removal at runtime, makes itrwatson2000-03-192-0/+65
* Missing pieces of the last commit ;-(yokota2000-03-193-33/+96
* - Properly keep track of I/O port resources.yokota2000-03-1915-308/+483
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-186-7141/+9210
* Remove the old DSC code, it doesn't work anymore.sos2000-03-184-52/+5
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-183-96/+162
* Use __alias__ instead of alias in the definition of __strong_reference().jasone2000-03-181-1/+1
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* o clear the ccb_flags field before sending an accept target I/O ccb togibbs2000-03-181-6/+9
* Per Justin's request- remove his name from Copyright.mjacob2000-03-181-6/+1
* Put ASUSCOM_IPAC in the section where it belongs, namely i4b.asmodai2000-03-183-9/+9
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-182-12/+24
* Put the undocumented options back at the bottom as per oldasmodai2000-03-183-237/+237
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-183-489/+489
* The completely rewritten USB Mass Storage driver. It supports the followingn_hibma2000-03-182-432/+2193
* Document three debug options: npx, bus and vfs locks debugging.asmodai2000-03-183-9/+15
* - `Newbus'ified the mse driver.yokota2000-03-181-5/+0
* - Fix bugs when painting border and the mouse cursor in the rasteryokota2000-03-182-48/+60
* - Add Support for the following PS/2 mice:yokota2000-03-187-186/+928
* - `Newbus'ified the driver.yokota2000-03-182-248/+566
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-185-11/+8
* Make sure to free the socket in soabort() if the protocol couldn'tfenner2000-03-181-1/+7
* Alpha 8200: redo files arrangement for 8200 support. There sort ofmjacob2000-03-181-6/+9
* Alpha 8200: remove the SIMOS usage of zs_cnattach- we have a realmjacob2000-03-181-3/+2
* Alpha 8200: Redo console attachment to be more 'normal'. Make sure themjacob2000-03-181-66/+59
* Alpha 8200: redo prom console code to be more up to date, etc. Thismjacob2000-03-181-12/+34
* Alpha 8200: add DEC_KN8AE (TurboLaser) platform option.mjacob2000-03-182-0/+2
* Alpha 8200: Add prototype from promcnattach.mjacob2000-03-181-0/+1
* Alpha 8200: Add in a dummy child of dwlpx so that we can make the leapmjacob2000-03-181-0/+80
* Alpha 8200: Do some compilation cleanup. Conditionalize some IDE stuffmjacob2000-03-181-6/+35
* Alpha 8200: Reinsert licence from NetBSD that should have been theremjacob2000-03-181-95/+740
* Alpha 8200: Remove clause 3 of licence. Clean up code slightly.mjacob2000-03-181-11/+6
OpenPOWER on IntegriCloud