summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* minphys means something different in FreeBSD than in NetBSD- not needed here ...mjacob1998-07-251-2/+1
* Fix pmap_enter_quick() to stop it hanging when the level 2 pte existsdfr1998-07-241-7/+28
* Don't return an error if the magic number is not present.julian1998-07-221-7/+14
* Improved pager input failure message.dg1998-07-221-3/+3
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-222-2/+8
* On the alpha, ports may be allocated above 64k.dfr1998-07-223-7/+26
* Add some very simple support for a compiled in (from config(8)) resourcedfr1998-07-223-3/+162
* Add ISA support.dfr1998-07-221-6/+7
* Add some convenience functions for accessing device memory.dfr1998-07-221-2/+88
* Merge KN20AA support from Andrew Gallatin.dfr1998-07-221-31/+320
* Move the mcclock from root to isa.dfr1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.dfr1998-07-221-0/+318
* Add sio support.dfr1998-07-222-2/+13
* Add platform functions for manipulating PCI irqs.dfr1998-07-221-0/+3
* Add declaration of {aquire,release}_timer2().dfr1998-07-222-2/+6
* Add macros and chipset support for accessing device i/o memory on the alpha.dfr1998-07-222-2/+34
* Add KN20AA support.dfr1998-07-224-12/+52
* Tweaks to stop config(8) warnings and to avoid an unfinished experiment ofdfr1998-07-222-6/+6
* Support header for sysbeep() implementation.dfr1998-07-221-0/+110
* Make ptrace single steps over branches work as intended.dfr1998-07-221-1/+2
* Add support for sio's soft interrupts.dfr1998-07-221-10/+23
* Support the DEC_KN20AA platform (AlphaStation 500 or 600).dfr1998-07-221-0/+347
* Merge changes from Andrew Gallatin to support different CIA based platforms.dfr1998-07-221-22/+17
* Add code from i386 to support sysbeep(). Doesn't work quite right but itdfr1998-07-221-1/+86
* Change siocn{put,get}c to siogdb{put,get}c to allow a serial console on onedfr1998-07-221-2/+2
* There is a comment in vm_param.h which doesn't belong to thephk1998-07-221-5/+1
* Sync with sys/i386/i386/userconfig.c revision 1.105.kato1998-07-211-2/+3
* Sync with sys/i386/conf/files.i386 revision 1.199.kato1998-07-212-2/+4
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.29.kato1998-07-212-74/+24
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. Thismsmith1998-07-2013-10/+3922
* Add support for PCNet PCI chips that only work when we talk to them as ISAmsmith1998-07-206-8/+50
* Initialize more defaults for the in-core label for the whole disk.bde1998-07-201-24/+46
* Cleaned up rev.1.39 - the shadowing variable should have just gone away.bde1998-07-201-6/+4
* Moved allocation of the slices struct to the right place. Initializebde1998-07-204-58/+56
* Make sure the link level sockaddr size is rounded up correctly on alpha.dfr1998-07-201-2/+2
* Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE isbde1998-07-201-4/+1
* Start cleaning up the aynchronous probing code for SLICE handlers.julian1998-07-203-72/+106
* Sync with sys/i386/isa/isa.c revision 1.113.kato1998-07-191-1/+8
* Sync with sys/i386/isa/fd.c revision 1.119.kato1998-07-192-2/+6
* A slap on the wrist to Dag-Erling, who plainly did not test this beforejkh1998-07-192-4/+2
* Stop physical DMA for the non-auto case in isa_dmadone(). This fixes abde1998-07-192-2/+6
* Don't log ICMP type and subtype for non-zero offset packet fragments.alex1998-07-181-2/+5
* Allow dump devices with dkpart != SWAP_PART on devfs/slicedes1998-07-182-2/+8
* Undo rev 1.41 until we get more details about why it makes some systemsfenner1998-07-181-2/+1
* Fixed error handling after a seek error that can't happen. When thebde1998-07-183-3/+9
* Place a fat warning that floppy tapes should be configured as drive 2joerg1998-07-172-2/+8
* Correct SEEPROM checksum calculation when multiple checksum attemps are made.gibbs1998-07-161-4/+8
* Simplify access to PCI config registers.dfr1998-07-161-33/+36
* Merge from sys/i386/isa/syscons.c (1.265->1.266).kato1998-07-161-8/+8
* Sync with sys/i386/isa/fd.c revision 1.118.kato1998-07-162-4/+4
OpenPOWER on IntegriCloud