diff options
author | sos <sos@FreeBSD.org> | 2001-09-20 15:25:36 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 2001-09-20 15:25:36 +0000 |
commit | f16cfad9597fd3d1d1558367781f429aa2b66063 (patch) | |
tree | 23ee7a46f62b3734a044d746c7e50d8b8b07868d /sys/dev/ata/ata-isa.c | |
parent | 8c1dda681a8f5c02f0d751a1eb553285de3c332a (diff) | |
download | FreeBSD-src-f16cfad9597fd3d1d1558367781f429aa2b66063.zip FreeBSD-src-f16cfad9597fd3d1d1558367781f429aa2b66063.tar.gz |
Overhaul to minimize stack usage, in some places >2K was used
on the stack *blush*...
Diffstat (limited to 'sys/dev/ata/ata-isa.c')
-rw-r--r-- | sys/dev/ata/ata-isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index 85b32cd..6d346ea 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1998,1999,2000,2001 Søren Schmidt + * Copyright (c) 1998,1999,2000,2001 Søren Schmidt <sos@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |