summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-233-20/+20
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-4/+2
* - Make binary size smaller.kato1999-08-231-6/+6
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-221-3/+1
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-221-2/+6
* Add an identify method to allow npx to arrange itself to be attached topeter1999-08-221-1/+18
* make pnp.h self contained, for what good it'll do since it's days arepeter1999-08-221-1/+3
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastmsmith1999-08-212-3/+5
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-212-10/+12
* Fix stupid error (xse -> xsc).mdodd1999-08-202-12/+13
* Set ifp->if_init to the right function.mdodd1999-08-204-45/+57
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-1810-21/+52
* printf("%x",dev); -> printf("%s",devtoname(dev));nsayer1999-08-181-11/+11
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-1810-675/+50
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-162-4/+4
* Spring cleaning around strategy and disklabels/slices:phk1999-08-143-56/+26
* Hopefully fix the previous commit, it caused *all* bridges to be detectedpeter1999-08-101-6/+7
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)mdodd1999-08-103-2/+22
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI buswpaul1999-08-091-3/+9
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-094-6/+6
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used topeter1999-08-041-5/+4
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-6/+8
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Pave the way for the fla driver.phk1999-07-261-5/+1
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-140/+140
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-251-24/+202
* 3C574TX 16bit FastEtherlink PC-card support.hosokawa1999-07-252-6/+40
* atomic.h:alc1999-07-231-2/+2
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-201-3/+5
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-202-3/+30
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-181-6/+6
* An SMP-specific change: eliminate another check on bsp_apic_ready.alc1999-07-171-10/+1
* Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-161-4/+180
* remove a set_cpl which survived last change.phk1999-07-121-2/+1
* We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
* An SMP-specific change: eliminate a check on bsp_apic_readyalc1999-07-101-11/+5
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-107-87/+44
* Fixed a longstanding scheduling bug. ASTs and softclock interrupts werebde1999-07-102-24/+26
* Rename bpfilter to bpf.des1999-07-0618-120/+120
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-041-2/+19
* Delete stray static prototype.peter1999-07-031-2/+1
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-031-343/+0
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-033-4/+14
* Fix some warnings, unused functions etc.peter1999-07-011-9/+17
* An SMP-specific change: Remove unnecessary lock acquires and releasesalc1999-06-301-27/+12
* Keyboard allocation/deallocation fix.yokota1999-06-292-33/+69
OpenPOWER on IntegriCloud