summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2000-01-05regendrochner
2000-01-05add some stuff which was mentioned on the mailing lists recentlydrochner
2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner
2000-01-05Make sure we really get something back from RF_Malloc before we use it.oster
2000-01-05- update RF_CREATE_THREAD to handle a 'process name' argument.oster
- fire up a new thread for parity re-writes, copybacks, and reconstructs. The ioctl's which trigger these actions now return immediately. - add progress accounting for the above actions. - minor rototillage of rf_netbsdkintf.c to deal with all of the above.
2000-01-04oops, bad patchmjacob
2000-01-04- If the user application issues an INITIALIZE ELEMENT STATUS whichmjacob
succeeds, note that we now are valid. - Don't attempt to try and run initialize element status from interrupt level- we don't really support that yet. Also, key more correctly off of ASC/ASCQ instead of just the sense key. - Make the practice of doing an INITIALIZE ELEMENT STATUS automatically when we get params (from chopen time even) a policy decision that is not the default for now- this can be a dangerous practice as well as time consuming. It's dangerous in that you can have a hung open when all you really want to do is do a read of parameters- and parameters, including slot status, are perfectly fine to read even before an INITIALIZE ELEMENT STATUS is done- all the elements whos status your read are going to be marked with an exception- so leave it up to the application to decide how important this is.
2000-01-04convert to support non-dma IO (for the isa Riscom/N2).chopps
allow the user to set and use the internal baud rate generator fix the transmission ring logic to support more than 1 frame per interrupt add autodetection of the base clock frequency. cleanup the receive ring logic support dynamically resizing the low-water mark on the fifo in response to buffer underruns on transmit.
2000-01-04Add support for setting the clock and adapt the code to the new morechopps
generic ic/hd56470.c core which now supports the isa version of the same card.
2000-01-04add if_ntwo_isa driver for the Riscom/N2 card.chopps
2000-01-04Add Riscom/N2 isa driver, most of the probe code was adapted from thechopps
freebsd if_sr.c driver.
2000-01-02minor KNF tweakssommerfeld
2000-01-01On a cold suspend to disk, the Sony VAIO Z505 BIOS appears to notsommerfeld
preserve enough of the state of the PCIC to keep it interrupting on card insertion/removal.. Add a power hook to notice if the CSC_INTR device register is zeroed on resume, and if so, reset it to a sane value.
2000-01-01- Make sense out of comment on dpt_wait().ad
- Trivial streamlining of logic in dpt_poll().
1999-12-31Add an entry for the Trident Microsystems CYBER 9525hubertf
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-30Add an entry for the Trident Microsystems CYBER 9525hubertf
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-29Regen.tron
1999-12-29Add vendor and product code for Solid Year USB keyboard provided bytron
Ichiro Fukuhara in PR kern/9070.
1999-12-28Off-by-one error in limiting the DMAC buffer size for Audio 2 to 64K (actuallykleink
64K - 1); from Dave Sainty in PR kern/9064.
1999-12-28Fix a buffer KVA comparison botch in eso_mappage(); from Dave Sainty inkleink
PR kern/9062.
1999-12-27Off by one error in station events.matt
1999-12-27- Unmuting an external input source (CD playback, line input, and speaker)itohy
now prevents power down/save the device. The external input sources are muted by default at initialization. - Change "power.power.*" to "power.save.*". Sorry, spec change.... - Shorten tsleep(9) ident string for "ps l".
1999-12-26Lower-case Bus-Master for consistency.soren
1999-12-26Use htole32() and le32toh() instead of SCR_BO().tsutsui
XXX Should we still keep non-NetBSD part?
1999-12-25Regen.augustss
And Merry Christmas!
1999-12-25Alphabetize.augustss
1999-12-24Regen.augustss
1999-12-24Some minor name changes.augustss
1999-12-24Regen.augustss
1999-12-24Add a few Ethernet adapters.augustss
1999-12-24Turn on the MAXP bit in the controller to allow 64 byte packets ataugustss
the end of a frame.
1999-12-24Reverse the sign on the wheel data. I got it wrong from the start.augustss
1999-12-23Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep theleo
disklabel on the last close or to drop it.
1999-12-23Regen.augustss
1999-12-23Add the WebGear Aviator2.4 card. No driver yet, though. :(augustss
1999-12-23Add some defensive code to the unsolicited event printingmatt
1999-12-23* remove full duplex modes for the internal transceiverpk
* internal transceiver needs to be reset for the BMSR_LINK bit to be even remotely reliable * because of previous, maintain link state, so we won't be sensing speed all the time when interface flags need to be changed (e.g. entering/exiting promiscuous mode) * in auto-speed mode, report link condition changes on the console
1999-12-23Make the bitfields in here work on big-endian machines. How this everwrstuden
worked is unclear. Patch from thorpej, tested by me.
1999-12-22Use the flags `locator' to govern if devices are detected early oraugustss
late during cold boot.
1999-12-22Streamline media code a bit by some `pseudo-mii' code designed to handlepk
the on-board transceiver.
1999-12-21Shuffle some code around to allow two PHYs to attach. Only one PHY canpk
be used at a time, but it's now possible to select one by using ifconfig(8)'s `instance' parameter.
1999-12-21change decoding function to return multiple symbols per keypressdrochner
(through the "internal" structure), derive a METAESC flag from the layout variant and translate ALT-<key> into ESC <key> if the flag is set
1999-12-21add a symbol for keyboard variant bits which are not handled by thedrochner
mapping code
1999-12-21introduce a METAESC keyboard variant bitdrochner
1999-12-21set carrier early if used as console or kgdb line, fixes PR kern/6547drochner
by Andreas Gustafsson, gson@iengines.com
1999-12-21Use BMSR to test for `negotiation complete'; the alternative bit in thepk
LXT vendor register 20 is latching high and resets to low on read causing subsequent status request to return `IFM_NONE'.
1999-12-20* Remove spurious blockade in the path to get the transceiver status word.pk
* Make sure to flip the 10baseT/100baseTX bit when doing autoselect. * Miscellaneous cosmetics.
1999-12-20#define the bit positions of the MIF I/O lines.pk
1999-12-20Maintanance for Ricoh RL5C475. VAIO 505TX uses this chip.haya
1999-12-20oops, got the initiator and initiator/target f/w reversed for the 1080mjacob