diff options
author | 2007-06-13 10:33:52 +0000 | |
---|---|---|
committer | 2007-06-13 10:33:52 +0000 | |
commit | 144647425fc65eb849d93d88d6b43d24eae1c578 (patch) | |
tree | bc0959c3abcb62cb3dac6f7580a60744b21f0a3e /sys/dev/usb/umass.c | |
parent | Remove the defintion and use of some byteswap macros. (diff) | |
download | wireguard-openbsd-144647425fc65eb849d93d88d6b43d24eae1c578.tar.xz wireguard-openbsd-144647425fc65eb849d93d88d6b43d24eae1c578.zip |
Remove the definition and use of umass/umass_quirks related macros.
No binary change.
ok dlg.
Diffstat (limited to 'sys/dev/usb/umass.c')
-rw-r--r-- | sys/dev/usb/umass.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 78a15580153..da2c83f13e0 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass.c,v 1.49 2007/06/10 14:49:01 mbalmer Exp $ */ +/* $OpenBSD: umass.c,v 1.50 2007/06/13 10:33:52 mbalmer Exp $ */ /* $NetBSD: umass.c,v 1.116 2004/06/30 05:53:46 mycroft Exp $ */ /* @@ -601,8 +601,7 @@ umass_attach(struct device *parent, struct device *self, void *aux) #if (NATAPIBUS > 0) || (NATAPISCSI > 0) error = umass_atapi_attach(sc); #else - printf("%s: "UMASS_ATAPISTR" not configured\n", - sc->sc_dev.dv_xname); + printf("%s: atapiscsi not configured\n", sc->sc_dev.dv_xname); #endif break; |