diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-05-09 19:13:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-05-09 19:13:10 +0000 |
commit | 6549b122e58382c8b7d14256ac2703be3fa9097f (patch) | |
tree | ffd3ef2ca77a18e101c77c95d2444f484fbaddc4 /sys/dev/pci/lofnreg.h | |
parent | a58ac6b9916fc64d49516fc50e9133c04064cbc2 (diff) |
Rework to process requests from a queue/interrupt handler instead of busy
waiting.
Diffstat (limited to 'sys/dev/pci/lofnreg.h')
-rw-r--r-- | sys/dev/pci/lofnreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/lofnreg.h b/sys/dev/pci/lofnreg.h index 07035be92ad..eb0daa39314 100644 --- a/sys/dev/pci/lofnreg.h +++ b/sys/dev/pci/lofnreg.h @@ -1,7 +1,7 @@ -/* $OpenBSD: lofnreg.h,v 1.13 2002/05/08 19:09:25 jason Exp $ */ +/* $OpenBSD: lofnreg.h,v 1.14 2002/05/09 19:13:09 jason Exp $ */ /* - * Copyright (c) 2001 Jason L. Wright (jason@thought.net) + * Copyright (c) 2001-2002 Jason L. Wright (jason@thought.net) * All rights reserved. * * Redistribution and use in source and binary forms, with or without |