summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Bump __FreeBSD_version after the Binutils upgrade -- just in case a portobrien2000-05-261-1/+1
| | | | or someone needs to decern the event.
* Regen.n_hibma2000-05-252-2/+32
|
* New entries (Mike Meyer)n_hibma2000-05-251-0/+6
|
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-252-26/+14
| | | | Use .code16 for the real mode part of the AP bootstrap trampoline code.
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-252-8/+18
|
* remove duplicate prototypesdarrenr2000-05-252-4/+0
|
* Mark the checksum as complete when looping back multicast packets.jlemon2000-05-251-0/+6
| | | | Submitted by: Jeff Gibbons <jgibbons@n2.net>
* Fix typo.archie2000-05-251-1/+1
|
* Build the twe module with the rest.msmith2000-05-241-1/+1
|
* Add the 'twe' driver module makefile.msmith2000-05-241-0/+7
|
* Initial import of a driver for the 3ware Escalade family of ATA RAIDmsmith2000-05-244-0/+2592
| | | | controllers.
* Take 146 and 147 for the twe driver.msmith2000-05-241-0/+2
|
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-2410-23/+28
|
* fix duplicate rcsid'sdarrenr2000-05-242-6/+0
|
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-242-0/+2
| | | | | | | This (I believe) is the cause of the XFree86 startup and/or mptable(8) panics when programs were reading from /dev/mem at non-page-aligned offsets. The offsets were being converted into random page flags in the page tables. :-( (including PG_PS = 4MB page size)
* Fixed some style bugs (mainly convoluted logic for blackhole processing).bde2000-05-241-6/+2
|
* It would have been nice if this actually compiled. Close the headerpeter2000-05-242-0/+2
| | | | comment */.
* Add OPTi 82C700 chipset.kuriyama2000-05-247-0/+28
| | | | | Submitted by: sanpei@sanpei.org PR: kern/18155 (part of)
* Make exe a symlink.des2000-05-249-45/+134
|
* fix up conflictsdarrenr2000-05-2422-348/+1278
|
* fix conflictsdarrenr2000-05-248-142/+380
|
* fix conflictsdarrenr2000-05-244-516/+1492
|
* fix conflictsdarrenr2000-05-243-53/+78
|
* fix conflictsdarrenr2000-05-243-513/+1584
|
* fix conflictsdarrenr2000-05-244-600/+1222
|
* fix conflictsdarrenr2000-05-246-380/+1156
|
* Add 440MX chipset.kuriyama2000-05-249-0/+44
| | | | | Submitted by: YOSHIMURA Hideaki <hideakiy@cs-tokyo01.chuosystem.co.jp> References: [bsd-nomads:13764]
* Convert the short stub of real-mode code into 16-bit assembly.jhb2000-05-242-22/+22
|
* Avoid double-call to bpf_mtap(). This is now handled in ether_input().archie2000-05-242-0/+4
|
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-23231-754/+755
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* 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
| | | | | | | | | Make the error recovery code a little more obvious. Inform the user if UDMA66 mode couldn't be selected due to a non ATA66 compliant 80pin cable. Minor cosmetics.
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
| | | | | | | | in -hackers on the correct driver structure. Started to tidy up _detach and _stop. Added the comq array stuff into mcast.
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-237-13/+4
| | | | remove unnecessary cruft from the Makefiles for both.
* 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
| | | | | | | | with the new binutils. Now that we have a decent assembler, all the old m4 macros are no longer needed. Instead, straight assembly can be used since as(1) now understands 16-bit addressing, branches, etc. Also, several bugs have been fixed in as(1), allowing boot0.s to be further cleaned up.
* Document abial's .#.dcs2000-05-231-0/+4
|
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
| | | | Submitted by: Oleg Sharoiko <os@rsu.ru>
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
| | | | | | defines ROOTDEVNAME. Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
| | | | | | | | | | CAPACITY operation. SCSI-3 mandates this to be 2048, but some older drives like my old Plasmon CD-R report weird numbers between 2048 and up to 2352 bytes depending on the mode of the last track etc. This in turn confuses stuff like the slice code since it refuses to work with devices that do not have a blocksize which is a multiple of 512 bytes. Reviewed by: ken
* 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
| | | | indirect calls and jumps.
* 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
| | | | | In this case, I believe we want to compare against the 32-bit operand so use a full-world compare operation.
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
| | | | target must be too.
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-2213-65/+10
| | | | Suggested by: des/nbm
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-225-3/+12
| | | | badport_bandlim() will not muck up your console with printf() messages.
* 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
|
OpenPOWER on IntegriCloud