Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/sys/pci pcivar.h pci_compat.c



dfr         1998/07/22 01:39:10 PDT

  Modified files:
    sys/pci              pcivar.h pci_compat.c 
  Log:
  On the alpha, ports may be allocated above 64k.
  Change the port address argument to pci_map_port to pci_port_t* which is
  defined as u_int on the alpha, u_short on i386.  This is a stopgap with a
  hopefully limited lifetime.
  
  Discussed with: Stefan Esser <se@xxxxxxxxxxx>
  
  Revision  Changes    Path
  1.19      +8 -2      src/sys/pci/pcivar.h
  1.8       +10 -3     src/sys/pci/pci_compat.c