From 9099eb660e954ce6a90992eb99529628f4715f44 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 29 Sep 2002 23:56:33 +0000 Subject: [PATCH] Remove bogus comments about why we do some silly things, and instead just say that the reasons are historical. Pr: 41104 Submitted by: hiten --- usr.sbin/pccard/pccardd/pccardd.8 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/usr.sbin/pccard/pccardd/pccardd.8 b/usr.sbin/pccard/pccardd/pccardd.8 index 33e3a3a867d..8a2f43bb5d3 100644 --- a/usr.sbin/pccard/pccardd/pccardd.8 +++ b/usr.sbin/pccard/pccardd/pccardd.8 @@ -111,18 +111,7 @@ The PC-CARD slot resources are freed. Once a card/driver instance is configured, the resources bound to that instance are remembered, and if the card is removed and reinserted, the same driver is allocated. -The primary reason -is that once a driver is associated with a card, the -driver's -.Fn probe -routine has been called, and this usually causes driver specific -data areas to be initialized with the I/O ports or memory resources -allocated to the card. -Most drivers are not designed to be -disassociated from the hardware and then reassociated with different -parameters. -This will change significantly when loadable kernel -modules are supported. +The reasons are mostly historical. .Pp SIGHUP causes .Nm