summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
* Fix a nasty bug in ata_intr, parens are a good thing if used right.sos2000-05-233-30/+46
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-237-13/+4
* Clean up some more 16-bit code and get rid of more m4 macros.jhb2000-05-233-83/+27
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-2316-869/+564
* Document abial's .#.dcs2000-05-231-0/+4
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
* Sort the sys includes.obrien2000-05-223-10/+10
* AT&T asm syntax requires a leading '*' in front of the operand forobrien2000-05-221-2/+2
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!obrien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.obrien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-2213-65/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-225-3/+12
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
* Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.nyan2000-05-221-7/+2
* It turns out that I was wrong. The chip in my machine is not aimp2000-05-221-1/+1
* CXD1847A and CXD1947A have same product ID.kuriyama2000-05-221-1/+1
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-212-0/+114
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-214-2/+19
* MFRELENG_3dmlb2000-05-211-187/+625
* MFRELENG_3dmlb2000-05-211-10/+23
* MFRELENG_3dmlb2000-05-211-18/+28
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-212-8/+2
* Provide a temporary undocumented option: SHM_PHYS_BACKED. This willpeter2000-05-215-0/+9
* Checkpoint of a new physical memory backed object type, that does notpeter2000-05-216-3/+238
* Ack, I made a typo moments before commit. :-(peter2000-05-211-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-2121-740/+542
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-212-2/+2
* Uh, ya, sure this almost compiled for __bsdi__. NOT!hoek2000-05-211-0/+1
* Make this compile in case anyone ever wants to use the PC98 booterhoek2000-05-211-1/+1
* Major style cleanup; make ordering and internal use of the macros consistent.jake2000-05-211-201/+214
* Prevent vidcontrol -i from crashing alphasgallatin2000-05-211-0/+8
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()nyan2000-05-201-1/+1
* Match the include protection with the install location.obrien2000-05-201-3/+3
* Don't forget 'stripe' and 'mirror' commands when we turn offgrog2000-05-201-2/+2
* Correct the syntax of ROOTDEVNAME and describe it somewhat better.msmith2000-05-193-9/+24
* We use a MI version of this now, which is mostly this file repo copied toobrien2000-05-191-24/+0
* Rather than use a MD lpt.h, we now use the MI lptio.h.obrien2000-05-191-2/+1
* Sync with sys/i386/conf/GENERIC revisions from 1.246 to 1.256.nyan2000-05-191-8/+12
* Fixed to support PC-98.nyan2000-05-193-3/+5
* Use the rman_get_bustag() and rman_get_bushandle() functions.nyan2000-05-191-9/+6
* Supported the mss on PC-98 and Sound Blaster 98.nyan2000-05-196-3/+93
* One of loaders' bugs disappeared somewhere along the way.dcs2000-05-191-5/+0
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.tanimura2000-05-192-0/+2
* Move man page directives to common/Makefile.inc.dcs2000-05-191-0/+5
OpenPOWER on IntegriCloud