| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-01-05 | regen | drochner | |
| 2000-01-05 | add some stuff which was mentioned on the mailing lists recently | drochner | |
| 2000-01-05 | replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[] | drochner | |
| 2000-01-05 | Make 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-04 | oops, bad patch | mjacob | |
| 2000-01-04 | - If the user application issues an INITIALIZE ELEMENT STATUS which | mjacob | |
| 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-04 | convert 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-04 | Add support for setting the clock and adapt the code to the new more | chopps | |
| generic ic/hd56470.c core which now supports the isa version of the same card. | |||
| 2000-01-04 | add if_ntwo_isa driver for the Riscom/N2 card. | chopps | |
| 2000-01-04 | Add Riscom/N2 isa driver, most of the probe code was adapted from the | chopps | |
| freebsd if_sr.c driver. | |||
| 2000-01-02 | minor KNF tweaks | sommerfeld | |
| 2000-01-01 | On a cold suspend to disk, the Sony VAIO Z505 BIOS appears to not | sommerfeld | |
| 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-31 | Add an entry for the Trident Microsystems CYBER 9525 | hubertf | |
| (as found in an Toshiba Satellite 2650 XDVD). | |||
| 1999-12-30 | Add an entry for the Trident Microsystems CYBER 9525 | hubertf | |
| (as found in an Toshiba Satellite 2650 XDVD). | |||
| 1999-12-29 | Regen. | tron | |
| 1999-12-29 | Add vendor and product code for Solid Year USB keyboard provided by | tron | |
| Ichiro Fukuhara in PR kern/9070. | |||
| 1999-12-28 | Off-by-one error in limiting the DMAC buffer size for Audio 2 to 64K (actually | kleink | |
| 64K - 1); from Dave Sainty in PR kern/9064. | |||
| 1999-12-28 | Fix a buffer KVA comparison botch in eso_mappage(); from Dave Sainty in | kleink | |
| PR kern/9062. | |||
| 1999-12-27 | Off 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-26 | Lower-case Bus-Master for consistency. | soren | |
| 1999-12-26 | Use htole32() and le32toh() instead of SCR_BO(). | tsutsui | |
| XXX Should we still keep non-NetBSD part? | |||
| 1999-12-25 | Regen. | augustss | |
| And Merry Christmas! | |||
| 1999-12-25 | Alphabetize. | augustss | |
| 1999-12-24 | Regen. | augustss | |
| 1999-12-24 | Some minor name changes. | augustss | |
| 1999-12-24 | Regen. | augustss | |
| 1999-12-24 | Add a few Ethernet adapters. | augustss | |
| 1999-12-24 | Turn on the MAXP bit in the controller to allow 64 byte packets at | augustss | |
| the end of a frame. | |||
| 1999-12-24 | Reverse the sign on the wheel data. I got it wrong from the start. | augustss | |
| 1999-12-23 | Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the | leo | |
| disklabel on the last close or to drop it. | |||
| 1999-12-23 | Regen. | augustss | |
| 1999-12-23 | Add the WebGear Aviator2.4 card. No driver yet, though. :( | augustss | |
| 1999-12-23 | Add some defensive code to the unsolicited event printing | matt | |
| 1999-12-23 | * remove full duplex modes for the internal transceiver | pk | |
| * 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-23 | Make the bitfields in here work on big-endian machines. How this ever | wrstuden | |
| worked is unclear. Patch from thorpej, tested by me. | |||
| 1999-12-22 | Use the flags `locator' to govern if devices are detected early or | augustss | |
| late during cold boot. | |||
| 1999-12-22 | Streamline media code a bit by some `pseudo-mii' code designed to handle | pk | |
| the on-board transceiver. | |||
| 1999-12-21 | Shuffle some code around to allow two PHYs to attach. Only one PHY can | pk | |
| be used at a time, but it's now possible to select one by using ifconfig(8)'s `instance' parameter. | |||
| 1999-12-21 | change decoding function to return multiple symbols per keypress | drochner | |
| (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-21 | add a symbol for keyboard variant bits which are not handled by the | drochner | |
| mapping code | |||
| 1999-12-21 | introduce a METAESC keyboard variant bit | drochner | |
| 1999-12-21 | set carrier early if used as console or kgdb line, fixes PR kern/6547 | drochner | |
| by Andreas Gustafsson, gson@iengines.com | |||
| 1999-12-21 | Use BMSR to test for `negotiation complete'; the alternative bit in the | pk | |
| 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-20 | Maintanance for Ricoh RL5C475. VAIO 505TX uses this chip. | haya | |
| 1999-12-20 | oops, got the initiator and initiator/target f/w reversed for the 1080 | mjacob | |
