| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs | |
| replace "struct device *" with "device_t". use device_xname(), device_unit(), etc. | |||
| 2012-07-10 | Adjust MSCP attach routines. The current code worked fine on simh-vax, but | abs | |
| unfortunately failed on at least one 'real' SCSI MSCP adaptor. In the updated code mscp_attach() still iterates over each unit on a bus, but mscp_dorsp() now detects if we have reached the last unit and does not return a bogus additional unit. It also loses a few gotos and handles noncontiguous unit numbers better. | |||
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger | |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui | |
| XXX: more in src/sys/arch | |||
| 2009-03-18 | bcopy -> memcpy | cegger | |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl | |
| There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.) | |||
| 2009-01-19 | mscp(4) was being a bad monkey! It's not OK to call config_found() from | mjf | |
| interrupt context, as my vax kernel with DIAGNOSTIC told me. Instead, we defer the work and get it to run in thread context via a workqueue(9). Thanks to matt@ for the review. | |||
| 2008-04-08 | use aprint_*_dev and device_xname | cegger | |
| 2008-01-04 | B_BAD has done nothing for a long time. | ad | |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad | |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad | |
| need to understand the locking around that field. Instead of setting B_ERROR, set b_error instead. b_error is 'owned' by whoever completes the I/O request. | |||
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos | |
| 2006-03-25 | Use device_parent(). | thorpej | |
| 2005-12-11 | merge ktrace-lwp. | christos | |
| 2005-02-27 | nuke trailing whitespace | perry | |
| 2004-10-31 | Include the <sys/bufq.h> header to allow these to compile again. | he | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22364, verified by myself. | |||
| 2003-02-04 | Fix wrong argument to free due to malloc_type changes. While there, | matt | |
| spot blatant bug by inspection and fix that as well. (do not compare scaled value against unscaled value). | |||
| 2002-03-04 | Don't "extern int cold;" - this is in <sys/kernel.h>. | simonb | |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui | |
| 2001-11-13 | add RCSID | lukem | |
| 2001-04-12 | Upon inspection of a 4000/600 dmesg, change the splbios to splubas. | thorpej | |
| XXX THIS CODE IS SERIOUSLY BROKEN! MSCP DEVICES ARE BLOCK I/O DEVICES, AND THUS SPLBIO SHOULD BLOCK THEIR INTERRUPTS. The VAX port really needs to get virtualized spl*() levels. | |||
| 2001-04-12 | splimp -> splbio | thorpej | |
| 2000-05-27 | sleep() -> tsleep() | thorpej | |
| 2000-03-30 | Remove register declarations. | augustss | |
| 1999-06-06 | Bus'ify the mscp code also. | ragge | |
| 1999-05-29 | Copied from ../../arch/vax/mscp/mscp.c,v | ragge | |
