Diff for /src/sys/i386/conf/Attic/LINT between versions 1.20 and 1.21

version 1.20, 2004/02/06 15:31:58 version 1.21, 2004/02/10 07:55:47
Line 2048  device  bktr Line 2048  device  bktr
 #  #
 # PCCARD/PCMCIA  # PCCARD/PCMCIA
 #  #
 # card: pccard slots  # pccard: pccard slots
 # pcic: isa/pccard bridge  # pcic: isa/pccard bridge (OLDCARD)
 device          pcic0 at isa?  # cardbus/cbb: cardbus bridge (NEWCARD)
 device          pcic1 at isa?  device          pccard
 device          card  device          cardbus
   device          cbb
   device          pcic
   
 # You may need to reset all pccards after resuming  # You may need to reset all pccards after resuming
 options         PCIC_RESUME_RESET       # reset after resume  options         PCIC_RESUME_RESET       # reset after resume

Removed from v.1.20  
changed lines
  Added in v.1.21