summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't confuse cursor keys with numpad keys when composing a char code.yokota1999-05-092-10/+10
* Minor tweak after the introduction of new-bus to i386; properlyyokota1999-05-092-28/+28
* Revive APM hooking code for i386 arch now that the same source file isyokota1999-05-092-6/+16
* Make apm_probe() properly return an error code when APM BIOS callsyokota1999-05-092-8/+8
* Added backward compatibility to set key repeat rate.yokota1999-05-091-7/+28
* Removed DRIVER_TYPE_TTY field.kato1999-05-092-4/+2
* Sync with sys/isa/atkbd_isa.c revision 1.4.kato1999-05-092-8/+6
* Sync with sys/i386/isa/wd.c revision 1.197.kato1999-05-091-7/+1
* Sync with sys/i386/isa/pcausio.c revision 1.48.kato1999-05-091-4/+4
* Sync with sys/i386/isa/npx.c revision 1.61.kato1999-05-091-7/+9
* Sync with sys/i386/isa/mse.c revision 1.42.kato1999-05-091-6/+8
* Sync with sys/i386/isa/fd.c revision 1.142.kato1999-05-092-22/+6
* Sync with sys/i386/i386/userconfig.c revision 1.141.kato1999-05-091-19/+49
* Sync with sys/i386/conf/majors.i386 revision 1.72.kato1999-05-091-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.238.kato1999-05-092-2/+4
* Sync with sys/i386/conf/Makefile.i386 revision 1.149.kato1999-05-092-2/+10
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-098-42/+76
* Fix a freelist trashing under following confitions:dt1999-05-081-1/+2
* Move the declaration of the interrupt type from the driver structuredfr1999-05-08106-407/+318
* The 2930U2 and 3950U2 are supported by the Adaptec driver.ken1999-05-082-2/+6
* Trivial tweak to avoid a warning.peter1999-05-081-0/+2
* Add some notes about the globalness of certain things like interruptspeter1999-05-084-20/+88
* Fix a typo (eisa<->isa) and some minor cosmetics.peter1999-05-081-5/+5
* GC some #if 0 junkpeter1999-05-082-18/+2
* Devices are hardwired with "unit 0", not "lun 0" as was in these man pages.ken1999-05-085-13/+19
* Make libdisk see the existing partitiions on the alpha.dfr1999-05-081-1/+2
* Print 'irq nn' on the device attach line like the old pci code did.peter1999-05-082-2/+16
* Print the child IRQ on it's identification line.peter1999-05-083-3/+9
* Don't print 'interrupting at irq nn' on the x86 family, it's not allpeter1999-05-084-16/+16
* Brace initializers to avoid a warning.peter1999-05-081-16/+16
* I'm sick of the automatic rename of /kernel to /kernel.old while doingpeter1999-05-085-5/+25
* Gdb has been updated to version 4.18 and is now part of the standarddfr1999-05-082-0/+6
* Hookup compat22/a.out libs.obrien1999-05-081-1/+4
* Use haveseen_ioport() which is now connected up to the resource manager.peter1999-05-084-10/+10
* GC some unused stuff relating to the old conflict checking and other lint.peter1999-05-082-21/+24
* Look up the sensitive flag better, allowing interoperation between old andpeter1999-05-082-4/+8
* Fix unused variable "flags". (only used if #ifdef I586_CPU)peter1999-05-083-3/+9
* GC unused #define id_physid id_scsiidpeter1999-05-084-28/+4
* Update for new resource_set_*() interface. Also deal with the conflictspeter1999-05-081-18/+15
* Slightly increase the visibility of the isa_wrap_old_drivers() stuff. Itpeter1999-05-081-1/+4
* GC pci_bushigh() - no longer used.peter1999-05-082-22/+2
* Update this with reality.obrien1999-05-081-4/+4
* Change resource_set_*() to be more useful. BTW; resource_find() is apeter1999-05-081-16/+9
* Change resource_set_*() interface to be more useful.peter1999-05-081-4/+4
* Compatability libraries for 2.2.x binaries.obrien1999-05-0835-0/+25300
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-082-12/+12
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-089-9/+27
* Take a guess at a halfway reasonable fla entry so that the buildpeter1999-05-082-2/+4
* Oops, committed wrong version..peter1999-05-081-2/+2
* Fix a couple of newbus merge problems:peter1999-05-081-33/+12
OpenPOWER on IntegriCloud