summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* Fixed the softintr macro which directly accessed ipending.kato2000-09-081-6/+6
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-071-0/+3
* Don't assume that address of I/O address table increase (PC-98 only).nyan2000-09-071-2/+2
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-0717-1570/+1138
* Catch a few more bogosities in certain chipsets before they mess us up.peter2000-09-051-19/+89
* Take a shot at fixing multiple pci busses on i386.peter2000-08-311-10/+50
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-48/+84
* Fixed freeing wrong address.kato2000-08-241-1/+1
* Fix the matcd driver for the new world order. This basically justsheldonh2000-08-231-9/+9
* Change the behavior of isa_nmi to log an error message instead ofps2000-08-062-36/+62
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-301-1/+6
* have pcvt's non-console probe and attach routines called again in casehm2000-07-151-1/+12
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-136-31/+9
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-042-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-032-3/+3
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-252-5/+0
* Fixed atpic_attach() for the SMP (specifically APIC_IO) case.fsmp2000-06-242-2/+4
* Make the PnP 'slopsucker' quiet in the !bootverbose case - the real NPXmsmith2000-06-231-1/+5
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-236-1/+327
* Collect the ISA DMA defines from the MI ISA code, not a private copy.msmith2000-06-231-3/+2
* Bring the an(4) fixes to wi(4):roberto2000-06-191-3/+10
* Fix typo (accessable --> accessible).alex2000-06-142-3/+3
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-4/+0
* 1. Update Comtrol RocketPort driver(rp) to version 3.02.tanimura2000-06-111-9/+11
* No-op change. Remove #if NVT > 0 in files that are 'optional vt' andpeter2000-06-106-34/+0
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
* Pack the SWI bits to save some time and space.bde2000-05-313-14/+6
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-314-6/+6
* Add SWI_TQ_MASK to imask definition.dfr2000-05-293-3/+3
* Add taskqueue system for easy-to-use SWIs among other things.dfr2000-05-281-0/+3
* Mass update of isa drivers using compatability shims to usepeter2000-05-2826-33/+259
* Redo the isa compat driver shim so that each driver is self containedpeter2000-05-284-313/+35
* Remove haveseen_iobase() - it is no longer called from anywhere in thepeter2000-05-282-23/+0
* Back out the previous change to the queue(3) interface.jake2000-05-263-7/+7
* Add OPTi 82C700 chipset.kuriyama2000-05-241-0/+3
* Add 440MX chipset.kuriyama2000-05-241-0/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-233-7/+7
* Remove old lnc files.paul2000-05-143-2359/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-147-253/+17
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-103-38/+38
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-101-2/+2
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-057-6/+8
* Don't use struct buf for random small temporary buffers.phk2000-05-051-5/+7
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-041-0/+44
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-041-1/+5
* Add $FreeBSD$peter2000-05-0118-1/+28
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Mark two functions as private.peter2000-04-293-0/+11
OpenPOWER on IntegriCloud