| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-11 | Update the file system snapshot driver: | hannken | |
| - Document the kernel thread. - Rename some functions and variables. - Return EROFS where appropriate. - Use shifts instead of 64-bit divide. - Use a simple_lock to make it MP-safe. - Add M_CANFAIL to malloc to avoid panic on large cluster size. - Allow sparse file for backing store and use VOP_BALLOC() to allocate space. Default size of backing store is the size of the file system. | |||
| 2004-01-11 | The limitation for TX/RX DMA of rev. 900B and 635 os the SiS chips also | cube | |
| applies to rev. 0x91 for 96x chipsets. Needed to fix PR 24043, but more stressing testing has to be performed before closing it. | |||
| 2004-01-10 | Allow vfs_write_suspend() to wait if the file system is already | hannken | |
| suspending. Move vfs_write_suspend() and vfs_write_resume() from kern/vfs_vnops.c to kern/vfs_subr.c. Change vnode write gating in ufs/ffs/ffs_softdep.c (from FreeBSD). When vnodes are throttled in softdep_trackbufs() check for file system suspension every 10 msecs to avoid a deadlock. | |||
| 2004-01-10 | Since the LOCK and UNLOCK flags are never used, no need in extracting them. | oster | |
| Collapse the related variables down to zero. That means 'flags' is 0 as well. Nuke the extraction macros, a bunch of the variables, and replace 'flags' as well. | |||
| 2004-01-10 | store a i/o priority hint in struct buf for buffer queue discipline. | yamt | |
| 2004-01-10 | Rounding to the nearest multiple of 2 with roundup(constant, 2) is | dyoung | |
| easier to read than `constant + 1'. | |||
| 2004-01-10 | In atw_rf3000_tune, enable I/O with the modem and RF front-end | dyoung | |
| "just in time" instead of at the top of the function. | |||
| 2004-01-10 | Do not set IEEE80211_F_IBSSON in hostap mode. Treat hostap-mode | dyoung | |
| when the link condition changes by returning. Note that hostap mode still does not work in atw, and ADMtek has told me that the hardware will not support it, but I remain hopeful. | |||
| 2004-01-10 | Report received-early interrupt with a debug printf. | dyoung | |
| Print the Serial EEPROM and the MAC address it contains when atw_debug > 0, because atw_debug > 1 is a little too strict. | |||
| 2004-01-10 | Misc. cosmetic changes. | dyoung | |
| Add a debug printf to the input path. | |||
| 2004-01-10 | Use new docs provided by RFMD to give some meaning to | dyoung | |
| previously-undocumented registers and magic numbers on the RF3000 baseband. | |||
| 2004-01-10 | Get rid of empty #if 0/#endif stanza. | dyoung | |
| 2004-01-10 | iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothing | oster | |
| but 0 in all cases. | |||
| 2004-01-10 | More lu_flags disappear into oblivion. | oster | |
| 2004-01-09 | Nuke lu_flag and code associated with it being non-zero. | oster | |
| The compiler already knew that these chunks of code could never be reached (since lu_flag was always 0), so it already ignored them. No functional changes. | |||
| 2004-01-09 | [This file should have been committed with the other | oster | |
| rf_enableAtomicRMW changes.] Cleanup rf_enableAtomicRMW and its use. According to the comments, we can't set this to anything other than zero anyway. Shaves off another 900 bytes. lu_flag's days are numbered now, as are the middle parameters of RF_CREATE_PARAM3. | |||
| 2004-01-09 | Cleanup rf_enableAtomicRMW and its use. According to the comments, we | oster | |
| can't set this to anything other than zero anyway. Shaves off another 900 bytes. lu_flag's days are numbered now, as are the middle parameters of RF_CREATE_PARAM3. | |||
| 2004-01-09 | in ehci_softintr() when looping over the active xfers, save the next pointer | chs | |
| before calling ehci_check_intr(), since that will free the xfer structure if the xfer is complete. | |||
| 2004-01-07 | Initialize some importantant members of the drive info structure. (I have | thorpej | |
| no idea how this worked for me before, but I swear that it did...) kern/24015. | |||
| 2004-01-07 | Add a comment about some code that should be cleaned up. | thorpej | |
| 2004-01-07 | Regen. | bjh21 | |
| 2004-01-07 | It looks like the isc PC netslot version of the Nexus interface uses the | bjh21 | |
| same podule ID as the A3020/A4000 netslot version. Update list to reflect this. | |||
| 2004-01-07 | add list of known issues, from Lennart Augustsson and Michael van Elst | jdolecek | |
| 2004-01-06 | Regen. | matt | |
| 2004-01-06 | Add HP Tachyon TL and TS device IDs. | matt | |
| 2004-01-06 | Fix bus error trap on X68030/25MHz on-board SPC, which may have some quirk. | tsutsui | |
| Problem reported by Yasushi Oshima. | |||
| 2004-01-06 | Abort the USB transfer on an endpoint when the last midi device | gson | |
| referencing it is closed. Fixes kern/23987. | |||
| 2004-01-06 | Clean up a few comments, and improve code formatting somewhat. | oster | |
| Makes things a bit more readable. No functional changes. | |||
| 2004-01-05 | Regen. | matt | |
| 2004-01-05 | Add Agilent Technologies vendor ID | matt | |
| Add Agilent Tachyon_DX2 product ID Add HP Tachyon_XL2 product ID | |||
| 2004-01-05 | One more device. From OpenBSD. | augustss | |
| 2004-01-05 | Regen. | augustss | |
| 2004-01-05 | Add a number of devices. From OpenBSD. | augustss | |
| 2004-01-05 | Add an HP adapter. From FreeBSD. | augustss | |
| 2004-01-05 | Try harder to get initial descriptor. Do a port reset now and then | augustss | |
| in the retry loop. | |||
| 2004-01-05 | Fix bug in error path. From OpenBSD. | augustss | |
| 2004-01-05 | Add more scanners. | augustss | |
| 2004-01-05 | Add another device. | augustss | |
| 2004-01-05 | Get rid of a vnode.h include. | augustss | |
| 2004-01-05 | Get rid of some vnode.h includes. | augustss | |
| 2004-01-05 | Regen. | augustss | |
| 2004-01-05 | Add lots of devices. From FreeBSD. | augustss | |
| 2004-01-05 | Add Compaq "iPaq" HNE-200 USB Ethernet adapter. | schmonz | |
| 2004-01-05 | Regen (Compaq "iPaq" HNE-200 USB Ethernet adapter). | schmonz | |
| 2004-01-05 | Add Compaq "iPaq" HNE-200 USB Ethernet adapter. | schmonz | |
| 2004-01-05 | remove terminate_disk_queues from RF_Raid_s. The hist_diskreq[] | oster | |
| stuff is only used for the CHAINDECLUSTERING, so hide it with an #if. | |||
| 2004-01-04 | Apply http://bugme.osdl.org/attachment.cgi?id=1777&action=view from | gendalia | |
| http://bugme.osdl.org/show_bug.cgi?id=1766 makes acpi work on my Dell Latitude D600, and should fix PR i386/23868. Approved by gimpy, thanks to soren for finding it. | |||
| 2004-01-04 | raidPtr->reconControl->percentCompleted only gets used in one | oster | |
| debugging printf, and in rf_netbsdkintf.c. We can do the calculations inside of RF_DEBUG_RECON for the one debugging printf, and only perform the percentCompleted calculation "on demand" in the rf_netbsdkintf.c case. Shaves a few more bytes off an i386 GENERIC kernel, and ever-so-slightly decreases the amount of work performed during a reconstruct. | |||
| 2004-01-04 | Spell controller with two ls. Inspired by miod@openbsd. | wiz | |
| 2004-01-04 | Attach message formating nit, adapt to recent pcic (et al) changes. | martin | |
