summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Make TIMER_FREQ a normal, undocumented option. Raise confusion tophk1999-03-094-6/+12
* typo policebrian1999-03-092-8/+8
* Reserve cdev 115 for University of Waikato DAG network capture boardsjkh1999-03-081-1/+2
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-081-85/+31
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-081-43/+7
* Spell David correctly.steve1999-03-081-2/+2
* add kernel config support for i4b driver for AVM Fritz PCIhm1999-03-072-2/+4
* update the i4b include files to i4b release 0.71.00hm1999-03-075-25/+41
* Expose a slightly-lower-level interface to timeouts which allows callerswollman1999-03-061-1/+3
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* Poll for bus reset completion instead of assuming that our interruptgibbs1999-03-051-2/+7
* Modify to deal with changes in the storage of user negotiation settings.gibbs1999-03-051-4/+6
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-053-9/+9
* Fix an SMP-only TLB invalidation bug. Specifically, disablealc1999-03-051-1/+5
* Adopt syscons's recent change from key_t to keyent_t (this part ofjoerg1999-03-041-2/+2
* Add the atapi fd driver (LS120 & ZIP drive support)sos1999-03-043-3/+6
* Fixed null pointer panic for misconfigured master ports.bde1999-03-031-3/+7
* Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.kato1999-03-032-2/+5
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Fix thread/process tracking and differentiation for Linux threads emulation.julian1999-03-021-19/+16
* Finally!!sos1999-03-013-3/+44
* Ensure that vnode_if.h build before object files, if make depend has notdt1999-03-011-2/+2
* Don't define MACHINE, MACHINE_ARCH, _MACHINE or _MACHINE_ARCH ifimp1999-03-011-1/+9
* Update to know about current kernel directory layout.mckusick1999-02-281-22/+31
* Removed all traces of `p_switchtime'. The relevant timestamp is per-cpu,bde1999-02-282-15/+8
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-263-6/+6
* Integrated a patch provided by Guido to more correctly work out thenewton1999-02-251-6/+23
* Fixed my recent breakage of the ELF case.bde1999-02-251-1/+2
* Don't forget to update `switchticks' in corner cases (except forbde1999-02-251-2/+4
* Add support for stealth forwarding (forwarding packets without touchingdes1999-02-222-2/+12
* Outdated with the removal of LKM support. KLDs can't be tested in anyeivind1999-02-221-74/+0
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-225-6/+11
* Add uhci and ohci driver namesn_hibma1999-02-211-2/+4
* Rename hid device to uhid (HID: Human Interface Device)n_hibma1999-02-213-6/+6
* 1) Added define for USB as an interfacen_hibma1999-02-211-1/+3
* Fix controller/device ppc0 inconsistency with GENERICnsouch1999-02-212-4/+4
* Removed uhub from list. Mandatory with usb device and this was alreadyn_hibma1999-02-203-8/+3
* Fix an operator precedence bug.dt1999-02-201-3/+3
* Really make the "Rename nlpt to lpt." purported to have been made inobrien1999-02-201-2/+2
* Bit 24 of the Feature Flag is FXSR (for Fast FP Save and Restore).roberto1999-02-201-2/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-203-7/+40
* Kill an obsolete file. It has been moved to sys/dev/kbd.yokota1999-02-201-1332/+0
* Make sure the DAC palette width is restored to 6 bit.yokota1999-02-201-5/+8
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-194-16/+18
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-195-19/+16
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
* Add a little bit more identifying information to the myriad PCI networkwollman1999-02-181-14/+17
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
* More appropriate fix to the id_irq read during probensouch1999-02-141-3/+3
OpenPOWER on IntegriCloud