summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2003-02-28Fix more evil typos.Miod Vallat
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
make RAMDISK not include sys/conf/GENERIC
2003-02-28splsoftnet() around rn_lookup() which is not thread-safe.Cedric Berger
ok dhartmei@ henning@
2003-02-28add support for 3cr990 (not 3cr990a,b,c, etc) and 3cr990-fx; from linux driverJason Wright
2003-02-28more txp's; from linux driverJason Wright
2003-02-27regenAlexander Yurchenko
2003-02-27Add ServerWorks CSB6 ATA chip, found in dmesg from niklas@Alexander Yurchenko
2003-02-27regenAlexander Yurchenko
2003-02-27Add some more Promise chips (including SATA ones) and a littleAlexander Yurchenko
cleanup this section
2003-02-27print out the ethernet address in the dmesg.Nathan Binkert
from David Krause <openbsd@davidkrause.com>
2003-02-27make packet classification for altq work in the IPv6 caseHenning Brauer
ok dhartmei@ cedric@ + "looks good" mcbride@
2003-02-27Repair IPv6 support for tables.Cedric Berger
ok dhartmei@ henning@
2003-02-27regenMichael Shalayeff
2003-02-27add ENE cb1410 and sort out the EFFICIENTNETSMichael Shalayeff
2003-02-26Let this compile if no DDBMiod Vallat
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
drivers to link.
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
by reference, not by value, ok matthieu#, miod@
2003-02-26Better support for the ps/2-style HIL keyboards (those with a real numericMiod Vallat
pad and a few extra keys).
2003-02-26New hil child devices attachment framework, that allow them to be detachedMiod Vallat
at runtime. Handle reconfiguration notices from the loop, and do the necessary detach/attach work so that our vision of the loop is in sync with reality. Adapt all hil child devices to the above changes. "This is not as plug'n'play as usb, but you get the same feeling anyways..."
2003-02-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
disks. If no label is found on the disk the 'correct' message is printed.
2003-02-26remove dependency upon NULL definitionMarc Espie
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
argument order for mtspr.
2003-02-26split encap and txeof functions into ones for tigon1 and tigon2Nathan Binkert
2003-02-26don't do arithmetic on bus space handles. Instead, use bus_space functionsNathan Binkert
2003-02-26Add support for AirVast WN-100; nick@Todd C. Miller
2003-02-26regenTodd C. Miller
2003-02-26Add AirVast WN-100; from nick@Todd C. Miller
2003-02-26eliminate some useless checks. yichen xie's checker.Ted Unangst
ok mickey@
2003-02-25move NULLification to end so it's useful.Ted Unangst
ok jason@
2003-02-25Correct the size of __reserved9 field in struct ataparams;Alexander Yurchenko
from Yichen Xie's bounds checker via tedu@ ok costa@
2003-02-25- Handle src and dst comparisons correctly for binat so that it worksRyan Thomas McBride
properly in _both_ directions. - Handle skip steps properly with binat. (since we're swapping around src and dst comparisons, we can't use them in all cases) fix from dhartmei@ ok dhartmei@ henning@ cedric@
2003-02-25remove redundant check.Ted Unangst
ok henning@
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat
not defined (such as on RAMDISK kernels). Oops.
2003-02-25In trap(), always initialize tts, even if TRAPDEBUG is not defined, as itMiod Vallat
might needed for panic() messages. ok mickey@
2003-02-25set *vpp to NULL on entry. this provides a good example for other fs.Ted Unangst
ok art@
2003-02-25remove useless check.Ted Unangst
ok niklas@
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
ok niklas@
2003-02-25fix off by one signal checks. thanks yichen's checkerTed Unangst
ok niklas@
2003-02-25Destaticize, and add RAMDISK_HOOK glue for bsd.rdMiod Vallat
2003-02-25fix two off by onesTed Unangst
credit to Yichen Xie's bounds checker ok mickey@
2003-02-24correct check for the size of semitonesTed Unangst
credit to Yichen Xie's bounds checker ok mickey@
2003-02-24Hammer the disklabel code once more: a few fixes, lots of simplifications,Miod Vallat
read the label and the Apple DPME partition table in one shot (this idea from NetBSD), and generally make things much safer. Solves spurious panic while building labels on disks with a large number of DPME partitions.
2003-02-24use M_MISCFSMNT instead of M_UFSMNT for mount dataTed Unangst
ok art@
2003-02-24Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline versionMiod Vallat
of them.
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-24SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithmJason Wright
(prevents a crash in the debugging code in pfkeyv2_parsemessage.c)
2003-02-24Detypoing; henric@ and meAlexander Yurchenko