summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-04-08add QLogic 2312 and 6312 cardsBrad Smith
2005-04-07Remove spurious -L for /usr/include in INCLUDES defn. ok miod@Ian Darwin
2005-04-07on some machines it's possible to limit the amount of physmem initialised ↵Michael Shalayeff
dring post so having msgbuf at the end of memory shall work
2005-04-07regenMichael Shalayeff
2005-04-07fix a few board idsMichael Shalayeff
2005-04-07duh. space vs tabMichael Shalayeff
2005-04-07simpler logic for trap exitMichael Shalayeff
2005-04-07dig lpaMichael Shalayeff
2005-04-0764bit-friendly pdc.h and iomod.h and correspondent changes elsewhereMichael Shalayeff
2005-04-07put a memmory barrier onto the sync_caches()Michael Shalayeff
2005-04-07fix debug printfMichael Shalayeff
2005-04-06Remove ses crud.Marco Peereboom
Requested and ok mickey@
2005-04-06Move ses crud into its own file.Marco Peereboom
Requested mickey@
2005-04-06no longer install the tigon firmware. Bill Paul, who built these firmwaresTheo de Raadt
for the various *BSD projects, has not replied to various emails from me trying to find out what the licensing status of these files are. In a few weeks this firmware will be deleted from the tree. It's a real shame. One again, people have played fast and loose with licensing and the law.
2005-04-06Add status/receive ses structures and #defines.Marco Peereboom
2005-04-06pad keys with zeros to a supported key length. this is bad but seemsReyk Floeter
to be the default WEP behaviour for string-based keys and allows commands like "ifconfig ath0 nwkey yuck" to work...
2005-04-06De-register scsi.Kenneth R Westerback
2005-04-06Add control/send structures.Marco Peereboom
ok krw@
2005-04-06Add alert blink.Marco Peereboom
2005-04-06spelling/grammar cleanupsChristopher Pascoe
jolan drahn uwe dlg ok
2005-04-06Remove obsolete file.Kenneth R Westerback
ok deraadt@ tdeval@ henning@ marco@
2005-04-06<sys/types.h> is not needed with <sys/param.h>Kevin Lo
ok reyk and damien
2005-04-06Add RECEIVE_DIAGNOSTIC & SEND_DIAGNOSTIC #defines for SES.Marco Peereboom
2005-04-05Off-by-ones in register comparisons.Miod Vallat
2005-04-05regen.Federico G. Schwindt
2005-04-05winmodem found in vaio PCGFR315M; ok deraadt@Federico G. Schwindt
2005-04-05Don't clobber the returned sample rate when the AC97 changes it.Marco S Hyman
This lets an application know, should it bother testing, that a requested bit rate is not available. 'looks ok to me' mickey@
2005-04-05add tcp sack stats, similar to freebsd; ok deraadtMarkus Friedl
2005-04-05prevent non-root users to invoke wanpipe ioctls.Can Erkin Acar
noticed by uwe@, looks ok deraadt@
2005-04-05match on nforce4 and nforce2-400 ac97 as well; form netbsdMichael Shalayeff
2005-04-05regenMichael Shalayeff
2005-04-05nforce4 devs and nforce2-400 ac97Michael Shalayeff
2005-04-05from netbsd:Michael Shalayeff
Some SiS 7012 chips come muted by default, so un-mute all SiS 7012 chips at attach time the way Linux does it. Reported and tested by Jonathan Schleifer, I checked it didn't break my own 7012 device which doesn't need that manipulation.
2005-04-05fix wep by adjusting the total packet lengthReyk Floeter
2005-04-05No extra newline if keyboard plugged but not console.Miod Vallat
2005-04-05make sure *vpp == NULL if udf_lookup() returns an errorPedro Martelletto
2005-04-05Argument to DELAY should be usecs, not hz.Christopher Pascoe
ok dlg@
2005-04-05Return EINVAL in SIOCSIFLLADDR if new lladdr is a multicast address.Claudio Jeker
OK derradt@ tedu@
2005-04-05Factor out scsi_mode_sense() and scsi_mode_select() like NetBSD does.Kenneth R Westerback
Eliminate some duplicate structures and defines along the way. SCSI CD drives will now pay attention to the 'flags' parameter for MODE SENSE and MODE SELECT commands. No other functional change. ok tdeval@
2005-04-05Clean up some logic. Use better error handling for sd devices. BeKenneth R Westerback
quiet if raw partition access tried. Be more careful with SDEV_MEDIA_LOADED. Inspired by some NetBSD changes. ok marco@
2005-04-05ich6 support from freebsd via [Bjorn] Sandell <biorn@dce.chalmers.se>Michael Shalayeff
2005-04-05fix parenthesis for BGE_RCB_MAXLEN_FLAGSBrad Smith
ok krw@
2005-04-05- Fix for an issue with excessive collisions in half duplex mode.Brad Smith
- Nail the short cable problem the exact way National says it should be. - Make sure to clear any pending interrupts when we stop the interface. - Do not tell the hardware to send when there were no packets enqueued. - Close a theoretical race: By the time the watchdog comes around the interface may have been stopped, so we should not restart it. From FreeBSD Tested by ho@ on a few Soekris boxes and martin@ on a 900
2005-04-05nuke a second driver for ISA Intel EtherExpress PRO/10 cards whichBrad Smith
came from NetBSD and has never actually been used.
2005-04-04Nuke pmap_bootstrap_alloc(), not used anymore.Miod Vallat
2005-04-04Add blink and unblink but tell userland it is responsible for actually doing itMarco Peereboom
because the ami firmware does not support it. In this case bioctl(8) will do it with SES passthrough commands.
2005-04-04add blink and unblink.Marco Peereboom
2005-04-04Fix interrupt sharing on bge, by checking the same way the linuxBob Beck
driver does. ok deraadt@, testing and ok krw@, markus@
2005-04-04Add sysctl for dumping the SPDHans-Joerg Hoexer
ok deraadt, ok markus some time ago
2005-04-04remove noise statistics. this was generating tons of useless interrupts.Damien Bergamini