summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hack the diskslice stuff so that it allows the alpha sysinstall todfr1999-05-091-2/+8
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-096-40/+42
* Fix two warnings.peter1999-05-092-2/+10
* Fix warnings.peter1999-05-091-3/+4
* Yet a major/dev_t confusionphk1999-05-091-4/+7
* siocngetc & putc can be staticized.phk1999-05-092-14/+6
* Yet another place which knew too much. Still not sure how muchphk1999-05-092-4/+4
* fix some DRIVER_TYPE / INTR_TYPE confusions.phk1999-05-092-5/+4
* Don't confuse dev_t and major numbers in DEV_MODULE()phk1999-05-094-13/+14
* Peter beat me to half this patch, but didn't do the other half:phk1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (nopeter1999-05-091-4/+1
* Duh, bdevsw() takes dev_t arg.phk1999-05-092-16/+18
* Removed DRIVER_TYPE_TTY field.kato1999-05-091-2/+1
* Reserve a major number for the frame buffer device.yokota1999-05-093-3/+6
* Sync with sys/isa/sio.c revision 1.234.kato1999-05-092-54/+156
* 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
* 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud