aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A workaround for screen flicker; eliminate some I/O access to the VGAKazutaka YOKOTA1998-08-102-2/+34
* Lots of changes, including:Doug Rabson1998-08-1035-90/+2363
* The machine dependent disk slice manager does not recognizePoul-Henning Kamp1998-08-102-6/+12
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.Søren Schmidt1998-08-102-0/+2
* MF22: Shut this thing up by default.Jordan K. Hubbard1998-08-092-4/+4
* A few misc changes to get the spigot and meteor board working in 3.0.Jordan K. Hubbard1998-08-085-3/+18
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCSøren Schmidt1998-08-082-10/+26
* Make ../Makefile.inc handling more consistant to prevent multiple includesPeter Wemm1998-08-081-1/+4
* Fix garbage after quitting X server.KATO Takenori1998-08-071-1/+3
* Sync with sys/i386/conf/files.i386 and majors.i386 revisions 1.200 andKATO Takenori1998-08-073-4/+7
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.272 andKATO Takenori1998-08-072-146/+299
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.Doug Rabson1998-08-071-5/+2
* Add support for type1 pci configuration cycles for cia (not pyxis yet).Doug Rabson1998-08-071-26/+61
* Add some more useful macros.Doug Rabson1998-08-071-1/+7
* Update so that it should build a working kernel for the platforms supportedDoug Rabson1998-08-072-16/+54
* Tweaks to console support.Doug Rabson1998-08-071-31/+22
* Fix some things Simon had broken, basically making LINT compile again.Eivind Eklund1998-08-061-9/+3
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-0611-116/+241
* The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA1998-08-066-6/+24
* Support files for ISA bus.Doug Rabson1998-08-062-0/+260
* Protect all modifications to paging_in_progress with splvm(). The i386Doug Rabson1998-08-067-19/+38
* Add Id keywordBrian Somers1998-08-056-4/+18
* Removed prototype for gone-away hzto().Bruce Evans1998-08-051-39/+37
* Removed unused function hzto().Bruce Evans1998-08-052-36/+2
* Converted the last instance of hzto() to tvtohz().Bruce Evans1998-08-051-3/+3
* Converted the second last instance of hzto() to tvtohz().Bruce Evans1998-08-052-40/+30
* Move assignment of cur_rlp to after the acquisition of the list lock.David Greenman1998-08-051-2/+3
* Define ss_size in struct sigaltstack as size_t instead of int.Doug Rabson1998-08-052-4/+14
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-059-276/+485
* fix broken loopback code for ddp (again)Julian Elischer1998-08-042-7/+43
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-047-15/+25
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-048-0/+14046
* remove nonsense code.Poul-Henning Kamp1998-08-041-4/+2
* Implemented a more sophisticated mechanism for handling transmitterDavid Greenman1998-08-042-90/+206
* Fix this thing to work properly with multiple tlan adapters; incrementBill Paul1998-08-041-1/+3
* Correct an irritating documentation error.Mike Smith1998-08-041-2/+2
* Copy in the nfs_diskless structure if NFS_ROOT is defined. A previousMike Smith1998-08-033-6/+6
* Major ppbus updates from the author.Mike Smith1998-08-0323-1361/+4286
* Use explicitly sized types when digging through packet headers.Doug Rabson1998-08-031-9/+9
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-038-442/+920
* Sync with sys/i386/isa/syscons.h revision 1.38.KATO Takenori1998-08-031-1/+2
* Sync with sys/i386/isa/syscons.c revision up to 1.271.KATO Takenori1998-08-031-12/+46
* Sync with sys/i386/i386/userconfig.c revision 1.106.KATO Takenori1998-08-031-2/+4
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-033-9/+51
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-033-21/+54
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-033-6/+12
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-036-12/+36
* Updates for the ThunderLAN driver:Bill Paul1998-08-032-32/+136
* Add the ISP Qlogic SCSI card to the list of known devices.Gary Palmer1998-08-021-2/+4
* Added 82555B support for media status.David Greenman1998-08-022-2/+4