cvs commit: src/sys/dev/asr asr.c

2006-02-11 Thread Scott Long
scottl 2006-02-12 06:57:41 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Give the asr softc list global a proper name. Revision ChangesPath 1.77 +5 -5 src/sys/dev/asr/asr.c ___ cvs-all

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-05 05:05:27 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash a couple more invalid long casts. Revision ChangesPath 1.76 +2 -2 src/sys/dev/asr/asr.c ___ cvs-all@free

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-04 17:56:17 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Squash another use of vtophys. Instead of creating separate busdma objects for doing static memory transfers, start collecting them into a single object. Revision Cha

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-04 08:45:20 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Add the start of busdma infrastructure to this driver. Convert the ASR_resetIOPR function to use it. Revision ChangesPath 1.74 +111 -10 src/sys/dev/asr/asr

cvs commit: src/sys/dev/asr asr.c

2006-02-04 Thread Scott Long
scottl 2006-02-04 08:20:23 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Now that the U32 type is a really 32-bits wide, eliminate a bunch of other bad assumptions and long values. Revision ChangesPath 1.73 +7 -7 src/sys/dev/a

cvs commit: src/sys/dev/asr asr.c

2006-02-03 Thread Scott Long
scottl 2006-02-04 06:08:19 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Fix a possible memory leak in asr_attach. Revision ChangesPath 1.72 +12 -5 src/sys/dev/asr/asr.c ___ cvs-all@fre

cvs commit: src/sys/dev/asr asr.c

2006-01-14 Thread Scott Long
scottl 2006-01-14 16:01:01 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years. Revision ChangesPath 1.71 +1 -9 src/sys/dev/asr/asr.c ___

cvs commit: src/sys/dev/asr asr.c

2006-01-14 Thread Scott Long
scottl 2006-01-14 15:59:54 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Replace bogus code with real code. Revision ChangesPath 1.70 +4 -10 src/sys/dev/asr/asr.c ___ cvs-all@freebsd.or

cvs commit: src/sys/dev/asr asr.c

2006-01-14 Thread Scott Long
scottl 2006-01-14 15:51:42 UTC FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Rename driver_t variables. Use device_printf() instead of homerolled printf. Use the provided softc instead of rolling our own. Revision ChangesPath 1.69 +39