summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-132-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-6/+9
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-092-14/+44
* Add PCI Id's for i810 chipsets.n_hibma2000-02-072-0/+18
* Clean up POSIX options, syncronize generics.jkh2000-02-041-2/+1
* da0 -> dan_hibma2000-02-011-1/+1
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-292-10/+0
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-291-11/+4
* Mitigate the stream.c attacksimp2000-01-281-0/+1
* Add soft updates to the set of things being tagged. Syntax cleanup.mckusick2000-01-271-1/+1
* Correctly initialise the available IRQ numbers in the APIC_IO case.msmith2000-01-262-18/+24
* Use device_printf() instead of device_print_prettyname().dfr2000-01-252-20/+18
* Fixed the profiling version ALTENTRY(). Again. The previous versionbde2000-01-251-5/+9
* Remove a bunch of no-op "port ?" and "irq ?" declarations.peter2000-01-241-9/+9
* Removed bogus quotes and unmangled related contractions.bde2000-01-241-3/+3
* Some formatting cleanups and remove comments about numbers of units thatpeter2000-01-231-8/+5
* Drop 'at ppbus?' and the trailing '0' from the ppbus children.peter2000-01-231-4/+4
* Update GENERIC/LINT to leave out the useless digit at the end of pcipeter2000-01-231-56/+56
* Add the two wireless pccard nics.imp2000-01-231-2/+2
* updated commentswilko2000-01-211-2/+2
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-1/+4
* Cast rman_get_virtual() to a vm_offset_t.billf2000-01-182-2/+2
* unbreak (rv -> r), afaik what Mike intended, boots fine on my machinealfred2000-01-182-2/+2
* Enable POSIX P1003_1B extentions by default; there's no reason I can seejkh2000-01-181-0/+3
* Don't try to map memory resources into the kernel until they're actuallymsmith2000-01-182-40/+70
* A processor with the CPUID of 0x?8? is Pentium III.tanimura2000-01-151-0/+4
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+6
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.peter2000-01-141-6/+6
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-141-0/+1
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-133-12/+18
* Remove the 'at isa? ...' bits for ex0.mdodd2000-01-131-3/+1
* Sort.obrien2000-01-121-0/+1
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-112-12/+10
* Uncomment pcic device and put pccard in GENERIC. PCCARD will be removedimp2000-01-101-3/+3
* Fixed style bugs related to the access functions for the bsfl and bsrlbde2000-01-091-31/+24
* s/controller/device/ as per config(8) changespeter2000-01-081-30/+30
* Compile genassym.c with ordinary ${CFLAGS}. The (small) needs forbde2000-01-081-2/+1
* Clean up the cfgmech/pci_mechanism debris. The reason for the existancepeter2000-01-082-12/+0
* Use genassym(1). The definitions of NKPDE and NKPT have been removedmarcel2000-01-071-129/+120
* Allow SMP && NCPU == 1 to work. From now on, there's no restriction on theluoqi2000-01-073-6/+12
* Add device driver support for USB ethernet adapters based on thewpaul2000-01-051-0/+1
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-046-36/+248
* add wx0 drivermjacob2000-01-041-0/+1
* Move the "sti" instruction to right before the "hlt" to close a tinyphk2000-01-022-4/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2919-39/+39
* This commit adds device driver support for the ADMtek AN986 Pegasuswpaul1999-12-281-0/+1
* Don't include <isa/isavar.h> or compile code depending on it when isabde1999-12-264-1/+21
OpenPOWER on IntegriCloud