aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portDavid E. O'Brien2000-05-261-1/+1
* Regen.Nick Hibma2000-05-252-2/+32
* New entries (Mike Meyer)Nick Hibma2000-05-251-0/+6
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)Tor Egge2000-05-252-26/+14
* fix up #ifdef jungle for FreeBSDDarren Reed2000-05-251-4/+9
* remove duplicate prototypesDarren Reed2000-05-251-2/+0
* Mark the checksum as complete when looping back multicast packets.Jonathan Lemon2000-05-251-0/+6
* Fix typo.Archie Cobbs2000-05-251-1/+1
* Build the twe module with the rest.Mike Smith2000-05-241-1/+1
* Add the 'twe' driver module makefile.Mike Smith2000-05-241-0/+7
* Initial import of a driver for the 3ware Escalade family of ATA RAIDMike Smith2000-05-244-0/+2592
* Take 146 and 147 for the twe driver.Mike Smith2000-05-241-0/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-2410-23/+28
* fix duplicate rcsid'sDarren Reed2000-05-241-3/+0
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.Peter Wemm2000-05-242-0/+2
* Fixed some style bugs (mainly convoluted logic for blackhole processing).Bruce Evans2000-05-241-6/+2
* It would have been nice if this actually compiled. Close the headerPeter Wemm2000-05-241-0/+1
* Add OPTi 82C700 chipset.Jun Kuriyama2000-05-247-0/+28
* Make exe a symlink.Dag-Erling Smørgrav2000-05-249-45/+134
* fix up conflictsDarren Reed2000-05-2411-173/+638
* fix conflictsDarren Reed2000-05-244-71/+190
* fix conflictsDarren Reed2000-05-242-258/+746
* fix conflictsDarren Reed2000-05-242-43/+78
* fix conflictsDarren Reed2000-05-241-240/+753
* fix conflictsDarren Reed2000-05-242-298/+609
* fix conflictsDarren Reed2000-05-243-189/+577
* Add 440MX chipset.Jun Kuriyama2000-05-249-0/+44
* Convert the short stub of real-mode code into 16-bit assembly.John Baldwin2000-05-242-22/+22
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().Archie Cobbs2000-05-242-0/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-23231-754/+755
* Add code which actually checks for the NCR PCI id so it can be used.Jonathan Lemon2000-05-231-1/+2
* Fix a nasty bug in ata_intr, parens are a good thing if used right.Søren Schmidt2000-05-233-30/+46
* Moved a bit of resource allocation from probe to attach based on feedbackDuncan Barclay2000-05-231-122/+109
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,John Baldwin2000-05-237-13/+4
* Clean up some more 16-bit code and get rid of more m4 macros.John Baldwin2000-05-233-83/+27
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workJohn Baldwin2000-05-2316-869/+564
* Document abial's .#.Daniel C. Sobral2000-05-231-0/+4
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Make a trip to Pointy-Hats-R-Us and actually include the header thatMike Smith2000-05-222-0/+4
* Apply a `fixup' to the blocksize gathered from the device after a READJoerg Wunsch2000-05-221-0/+10
* Sort the sys includes.David E. O'Brien2000-05-223-10/+10
* AT&T asm syntax requires a leading '*' in front of the operand forDavid E. O'Brien2000-05-221-2/+2
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!David E. O'Brien2000-05-221-1/+1
* If we are going to do a byte compare, the operands should be byte-sized.David E. O'Brien2000-05-221-1/+1
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedDavid E. O'Brien2000-05-221-2/+2
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-2213-65/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,Dan Moschuk2000-05-225-3/+12
* Add PCI ID for NEC/Compaq controller.Jonathan Lemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.Jonathan Lemon2000-05-221-0/+1
* Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.Yoshihiro Takahashi2000-05-221-7/+2