Date: Sat, 29 Mar 2003 00:30:46 -0800 (PST) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt.h dpt_eisa.c dpt_isa.c dpt_pci.c dpt_scsi.c Message-ID: <200303290830.h2T8UkPK020890@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/03/29 00:30:46 PST
FreeBSD src repository
Modified files:
sys/dev/dpt dpt.h dpt_eisa.c dpt_isa.c dpt_pci.c
dpt_scsi.c
Log:
- Track resources in our softc.
- Sanitize dpt_alloc().
- Add helper functions for resource alloc/release.
- Add detach method.
- Relocate definition of devclass_t.
- Move some debugging output behind bootverbose.
- Implement an identify method for ISA devices
but don't use it right now.
Revision Changes Path
1.14 +18 -3 src/sys/dev/dpt/dpt.h
1.16 +22 -37 src/sys/dev/dpt/dpt_eisa.c
1.4 +120 -44 src/sys/dev/dpt/dpt_isa.c
1.25 +28 -32 src/sys/dev/dpt/dpt_pci.c
1.38 +90 -11 src/sys/dev/dpt/dpt_scsi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303290830.h2T8UkPK020890>
